summaryrefslogtreecommitdiff
path: root/templates/site.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-11-30 15:42:36 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-11-30 15:42:36 -0200
commit53db8dbfe147b8fccd1907457d5668af6971a0d5 (patch)
treeec46a484e0a64c8f95c28512ccb9a2805ca6f1ce /templates/site.erb
parent88caf02ac9fcd6c08a33a2032dca6a0df5e5c28d (diff)
downloadpuppet-apache-53db8dbfe147b8fccd1907457d5668af6971a0d5.tar.gz
puppet-apache-53db8dbfe147b8fccd1907457d5668af6971a0d5.tar.bz2
Adding SSLCertificateFile and SSLCertificateKeyFile
Diffstat (limited to 'templates/site.erb')
-rw-r--r--templates/site.erb2
1 files changed, 2 insertions, 0 deletions
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
</VirtualHost>
# end ssl vhost for <%= title %>
<% end %>