Skip to content
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

Fix file mode on SSL files so they aren't readable by other #56

Merged
merged 1 commit into from
Dec 3, 2013

Conversation

KAllan357
Copy link
Contributor

SSL related files are currently being created with 077 permissions. I suspect this may have been incorrectly set by someone thinking about a umask for permissions instead of the actual permissions.

Mode should probably be changed to 600 in https://github.com/RiotGames/nexus-cookbook/blob/master/recipes/app_server_proxy.rb

@ivey
Copy link

ivey commented Dec 3, 2013

👍

KAllan357 added a commit that referenced this pull request Dec 3, 2013
Fix file mode on SSL files so they aren't readable by other
@KAllan357 KAllan357 merged commit 471af7b into master Dec 3, 2013
@KAllan357 KAllan357 deleted the file_mode branch December 3, 2013 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants