You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue by irv Friday Dec 04, 2015 at 22:27 GMT Originally opened as kuba/simp_le#29
Hi,
I think the permissions on the private key should be more restrictive by default, they're currently set to world readable and should probably be chmod 600
(I noticed this because opensmtpd considers insecure file perms on the private key a fatal error:
must be at most rwx------)
The text was updated successfully, but these errors were encountered:
If we can confirm that all major web servers can read the key even with more restrictive permissions, I'm fine adding a flag e.g. --sensitive-files-mode 660 with a default of 600.
Issue by irv
Friday Dec 04, 2015 at 22:27 GMT
Originally opened as kuba/simp_le#29
Hi,
I think the permissions on the private key should be more restrictive by default, they're currently set to world readable and should probably be chmod 600
(I noticed this because opensmtpd considers insecure file perms on the private key a fatal error:
must be at most rwx------)
The text was updated successfully, but these errors were encountered: