]> git.openstreetmap.org Git - chef.git/commitdiff
Use the nginx cipher string for apache
authorTom Hughes <tom@compton.nu>
Thu, 13 Feb 2014 12:11:32 +0000 (12:11 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 13 Feb 2014 12:11:32 +0000 (12:11 +0000)
cookbooks/apache/templates/default/ssl.erb

index a4ef88c4fbaf96ad5b21d1c00fa8beb1aeaaf34e..ac25cc4bca0a69515a2cc57938f4de98f59a56b9 100644 (file)
@@ -1,7 +1,7 @@
 # DO NOT EDIT - This file is being maintained by Chef
 
 SSLHonorCipherOrder On
-SSLCipherSuite EECDH+ECDSA+AESGCM:EECDH+aRSA+AESGCM:EECDH+ECDSA+SHA384:EECDH+ECDSA+SHA256:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH+aRSA+RC4:EECDH:EDH+aRSA:RC4:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!SRP:!DSS:!RC4
+SSLCipherSuite aRSA+HIGH:+kEDH:+kRSA:!kSRP:!kPSK:+3DES:!MD5
 
 SSLCertificateFile /etc/ssl/certs/<%= @certificate %>.pem
 SSLCertificateKeyFile /etc/ssl/private/<%= @certificate %>.key