puppet: Remove old hard coded and dangerous cipher suite from puppet::server::passenger class.
This commit is contained in:
parent
f9b2b7bca3
commit
85d1973f5f
1 changed files with 3 additions and 2 deletions
|
@ -21,8 +21,9 @@ Listen 8140
|
|||
|
||||
# SSL settings
|
||||
SSLEngine on
|
||||
SSLProtocol TLSv1
|
||||
SSLCipherSuite DHE-RSA-AES256-SHA
|
||||
SSLProtocol all -SSLv2 -SSLv3
|
||||
SSLHonorCipherOrder On
|
||||
SSLCipherSuite <%= scope.lookupvar('ssl::ciphersuites::default_ciphersuites') %>
|
||||
|
||||
# Certificates and keys
|
||||
SSLCertificateFile <%= @puppet_ssldir %>/certs/<%= @homename %>.pem
|
||||
|
|
Loading…
Add table
Reference in a new issue