We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add ssl_dhparam => '/path/to/dh.params.file', to a manifest file that has SSL enabled.
ssl_dhparam => '/path/to/dh.params.file',
You can no longer use the ssl_dhparam option in a manifest file in the puppet/nginx module, as it's not defined in the module.
ssl_dhparam
In the jfryman/nginx 0.3.0 version of this module you could setup an ssl_dhparam option for SSL that adds Diffie–Hellman key exchange for SSL.
The text was updated successfully, but these errors were encountered:
Can you show the exact declaration you're using? It appears to be supported, e.g., https://github.com/voxpupuli/puppet-nginx/blob/master/manifests/resource/server.pp#L44
https://github.com/voxpupuli/puppet-nginx/blob/master/templates/server/server_ssl_settings.erb#L13-L15
the mailhost resource has similar settings.
Sorry, something went wrong.
You are right. It helps if I generate the pem file locally first :| Thanks!
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Add
ssl_dhparam => '/path/to/dh.params.file',
to a manifest file that has SSL enabled.What are you seeing
You can no longer use the
ssl_dhparam
option in a manifest file in the puppet/nginx module, as it's not defined in the module.What behaviour did you expect instead
In the jfryman/nginx 0.3.0 version of this module you could setup an ssl_dhparam option for SSL that adds Diffie–Hellman key exchange for SSL.
The text was updated successfully, but these errors were encountered: