From 53db8dbfe147b8fccd1907457d5668af6971a0d5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 30 Nov 2011 15:42:36 -0200 Subject: Adding SSLCertificateFile and SSLCertificateKeyFile --- templates/site.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/site.erb') 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 %> -- cgit v1.2.3