Cleaned up apache module some more.
This commit is contained in:
parent
12ac1c01a2
commit
66c88cd9cd
2 changed files with 33 additions and 34 deletions
|
@ -125,8 +125,8 @@ SSLCertificateKeyFile /etc/pki/tls/private/<%= site_fqdn %>.key
|
|||
# the referenced file can be the same as SSLCertificateFile
|
||||
# when the CA certificates are directly appended to the server
|
||||
# certificate for convinience.
|
||||
<% if ssl_chain != "none" -%>
|
||||
SSLCertificateChainFile <%= site_fqdn %>.chain.crt
|
||||
<% if ssl_chain != "" -%>
|
||||
SSLCertificateChainFile /etc/pki/tls/certs/<%= site_fqdn %>.chain.crt
|
||||
<% end -%>
|
||||
|
||||
# Certificate Authority (CA):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue