<% if @ssl -%>
## SSL directives
SSLEngine on
SSLCertificateFile <%= @ssl_cert %>
SSLCertificateKeyFile <%= @ssl_key %>
<% if @ssl_chain -%>
SSLCertificateChainFile <%= @ssl_chain %>
<% end -%>
SSLCACertificatePath <%= @ssl_certs_dir %>
<% if @ssl_ca -%>
SSLCACertificateFile <%= @ssl_ca %>
<% end -%>
<% if @ssl_crl_path -%>
SSLCARevocationPath <%= @ssl_crl_path %>
<% end -%>
<% if @ssl_crl -%>
SSLCARevocationFile <%= @ssl_crl %>
<% end -%>
<FilesMatch "\.(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
</FilesMatch>
<% end -%>
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/manifests/modules/apache/templates/vhost/_ssl.erb |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|