client-native icon indicating copy to clipboard operation
client-native copied to clipboard

World-readable SSL certificates

Open shadyabhi opened this issue 1 year ago • 0 comments

storage.Storage struct creates SSL certificate files on disk with 0o644 permission.

https://github.com/haproxytech/client-native/blob/63b32cc413b1ba29e747ce37d1308e1c4fe79159/storage/storage.go#L195C21-L195C21

Can this be made configurable by user as needed?

shadyabhi avatar Nov 12 '23 19:11 shadyabhi