-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
private key permissions #29
Comments
Closed
Lekensteyn
added a commit
to Lekensteyn/simp_le
that referenced
this issue
Dec 5, 2015
Ensure that key files are not world-readable. temp_umask is based on test.support.temp_umask. Fixes kuba#29
Lekensteyn
added a commit
to Lekensteyn/simp_le
that referenced
this issue
Dec 8, 2015
Ensure that key files are not world-readable. temp_umask is based on test.support.temp_umask. Fixes kuba#29
Lekensteyn
added a commit
to Lekensteyn/simp_le
that referenced
this issue
Dec 9, 2015
Ensure that key files are not world-readable. temp_umask is based on test.support.temp_umask. Fixes kuba#29
This was referenced Jan 2, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: