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

Problem with nginx::resource::vhost and ssl_cert/ssl_key path and permissions (644 for key) #688

Closed
linuxmail opened this issue Sep 22, 2015 · 1 comment

Comments

@linuxmail
Copy link

hi,

I want to put my SSL certs and keys to /etc/ssl/{certs,private}, so I have something like:

            ssl      => true,
            ssl_cert => '/etc/ssl/certs/log.pem',
            ssl_key  => '/etc/ssl/private/log.key',

but its ignored and the path is now: /etc/nginx/.crt/key. Also I see, that the permission for the private key is 644. I think, the better choice would be 600.

cu denny

@linuxmail
Copy link
Author

I installed the module via puppet module install, that is older than the Git one. So fixed.

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

No branches or pull requests

1 participant