apache: Use $ssl::ciphersuites::default_ciphersuites for SSL sites.
This commit is contained in:
parent
3d8365c595
commit
cea629a380
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ import "redhat.pp"
|
|||
class apache::common {
|
||||
|
||||
include lsof
|
||||
include ssl::ciphersuites
|
||||
|
||||
case $::operatingsystem {
|
||||
debian,ubuntu: {
|
||||
|
|
|
@ -22,7 +22,7 @@ SSLProtocol all -SSLv2 -SSLv3
|
|||
# List the ciphers that the client is permitted to negotiate.
|
||||
# See the mod_ssl documentation for a complete list.
|
||||
SSLHonorCipherOrder On
|
||||
SSLCipherSuite RC4-SHA:HIGH:!ADH
|
||||
SSLCipherSuite <%= scope.lookupvar('ssl::ciphersuites::default_ciphersuites') %>
|
||||
|
||||
# Server Certificate:
|
||||
# Point SSLCertificateFile at a PEM encoded certificate. If
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue