ssl: also support the SSLCertificateChainFile required by some providers

This commit is contained in:
Jonathan Ballet 2015-06-09 11:54:07 +02:00
parent c9d9d954de
commit a8f2d89995
2 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,9 @@
{% if site.get('SSLCertificateKeyFile') %}
SSLCertificateKeyFile {{ site.SSLCertificateKeyFile }}
{% endif %}
{% if site.get('SSLCertificateChainFile') %}
SSLCertificateChainFile {{ site.SSLCertificateChainFile}}
{% endif %}
{% endif %}
{% for path, dir in site.get('Directory', {}).items() %}

View File

@ -46,6 +46,7 @@ apache:
SSLCertificateFile: /etc/ssl/mycert.pem # if ssl is desired
SSLCertificateKeyFile: /etc/ssl/mycert.pem.key # if key for cert is needed or in an extra file
SSLCertificateChainFile: /etc/ssl/mycert.chain.pem # if you require a chain of server certificates file
Directory:
# "default" is a special case; Adds ``/path/to/www/dir/example.com``