/[adm]/puppet/modules/apache/templates/vhost_ssl.conf
ViewVC logotype

Contents of /puppet/modules/apache/templates/vhost_ssl.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3256 - (show annotations) (download)
Tue Jun 25 14:36:34 2013 UTC (10 years, 10 months ago) by boklm
File size: 451 byte(s)
apache: move ssl vhost configuration in a separate file
1 SSLEngine on
2 <%- if wildcard_sslcert == 'true' then -%>
3 SSLCertificateFile /etc/ssl/wildcard.<%= domain %>.crt
4 SSLCertificateKeyFile /etc/ssl/wildcard.<%= domain %>.key
5 SSLCACertificateFile /etc/ssl/wildcard.<%= domain %>.pem
6 SSLVerifyClient None
7 <%- else -%>
8 SSLCertificateFile /etc/ssl/apache/<%= real_vhost %>.pem
9 SSLCertificateKeyFile /etc/ssl/apache/<%= real_vhost %>.pem
10 <%- end -%>

  ViewVC Help
Powered by ViewVC 1.1.30