-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
ssl_pkey file permissions should default to 0600 and should be changeable #95
Labels
Comments
As I just recognized, you can use a file resource to accomplish this:
Probably this should be added to the documentation. |
I'd definitely welcome a PR against the README for that. |
trefzer
added a commit
to cirrax/puppet-openssl
that referenced
this issue
Dec 6, 2020
This partly implements Issue voxpupuli#95 (missing is default)
trefzer
added a commit
to cirrax/puppet-openssl
that referenced
this issue
Dec 15, 2020
This partly implements Issue voxpupuli#95 (missing is default)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
trefzer
added a commit
to cirrax/puppet-openssl
that referenced
this issue
Jul 5, 2021
This partly implements Issue voxpupuli#95 (missing is default)
trefzer
added a commit
to cirrax/puppet-openssl
that referenced
this issue
Jul 5, 2021
This partly implements Issue voxpupuli#95 (missing is default)
trefzer
added a commit
to cirrax/puppet-openssl
that referenced
this issue
Jul 5, 2021
This partly implements Issue voxpupuli#95 (missing is default)
trefzer
added a commit
to cirrax/puppet-openssl
that referenced
this issue
Apr 10, 2022
This partly implements Issue voxpupuli#95 (missing is default)
trefzer
added a commit
to cirrax/puppet-openssl
that referenced
this issue
Feb 27, 2023
This partly implements Issue voxpupuli#95 (missing is default)
trefzer
added a commit
to cirrax/puppet-openssl
that referenced
this issue
Feb 7, 2025
This partly implements Issue voxpupuli#95 (missing is default)
SimonHoenscheid
pushed a commit
to SimonHoenscheid/puppet-openssl
that referenced
this issue
Feb 10, 2025
This partly implements Issue voxpupuli#95 (missing is default)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of v1.10.0,
creates a private key file with 0644 permissions. Given the security critical role of private keys, this should default to 0600 and be changeable with the usual
user
,group
andmode
options.The text was updated successfully, but these errors were encountered: