From: Silvio Rhatto Date: Wed, 30 Nov 2011 17:42:36 +0000 (-0200) Subject: Adding SSLCertificateFile and SSLCertificateKeyFile X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=53db8dbfe147b8fccd1907457d5668af6971a0d5;p=puppet-apache.git Adding SSLCertificateFile and SSLCertificateKeyFile --- diff --git a/templates/site.erb b/templates/site.erb index 8131fe0..be92907 100644 --- a/templates/site.erb +++ b/templates/site.erb @@ -42,6 +42,8 @@ SSLProtocol -all +SSLv3 +TLSv1 SSLCipherSuite HIGH:MEDIUM:!aNULL:!SSLv2:!MD5:@STRENGTH SSLHonorCipherOrder on + SSLCertificateFile /etc/ssl/certs/<%= title %>.crt + SSLCertificateKeyFile /etc/ssl/private/<%= title %>.pem # end ssl vhost for <%= title %> <% end %>