]> git.openstreetmap.org Git - chef.git/blob - cookbooks/apache/templates/default/ssl.erb
Use the nginx cipher string for apache
[chef.git] / cookbooks / apache / templates / default / ssl.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 SSLHonorCipherOrder On
4 SSLCipherSuite aRSA+HIGH:+kEDH:+kRSA:!kSRP:!kPSK:+3DES:!MD5
5
6 SSLCertificateFile /etc/ssl/certs/<%= @certificate %>.pem
7 SSLCertificateKeyFile /etc/ssl/private/<%= @certificate %>.key
8 SSLCertificateChainFile /etc/ssl/certs/rapidssl.pem