-
-
Notifications
You must be signed in to change notification settings - Fork 883
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 certificates #404
Comments
Hi @jameseck, The way the module works right now is that the file is sourced from what you provide in The relevant code is at https://github.com/jfryman/puppet-nginx/blob/master/manifests/resource/vhost.pp#L595-L609. I don't personally like this arrangement much but it's been that way since 0.0.2 so any PR to fix it would have to have backwards compatibility & deprecation notices if we move away from the copying of the certificates. |
Actually looking at the code this would be pretty easy - you can add |
@3flex +1 for move away from the coping of the certificates |
Hi, please add any relevant comments to #599 regarding how the module will treat SSL certificates going forward. |
Hi,
This is most likely user error rather than a bug, but I'm hoping someone can answer this either way.
I'm trying to configure a puppet master in nginx and I'm having trouble working out exactly how to describe the config I want. The issue I have is with SSL certificates.
The manifest below results in the nginx config looking for certs in /etc/nginx rather than the two explicit files I have provided in ssl_cert and ssl_key params for the vhost.
This manifest yields the following nginx config file:
Can anyone please explain what I need to do to get the right ssl files referenced in the nginx vhost config?
Thanks
J
The text was updated successfully, but these errors were encountered: