FreeBSD: made default SSL key configurable

This commit is contained in:
Alexander Weidinger 2017-01-06 19:02:18 +01:00
parent 4d94109534
commit 9e3645c53c

View File

@ -91,8 +91,8 @@ SSLOptions +StrictRequire
# /usr/share/doc/apache2.2-common/README.Debian.gz for more info.
# If both key and certificate are stored in the same file, only the
# SSLCertificateFile directive is needed.
SSLCertificateFile /usr/local/etc/apache24/ssl/apache2-cert.pem
SSLCertificateKeyFile /usr/local/etc/apache24/ssl/apache2-key.pem
SSLCertificateFile {{ salt['pillar.get']('apache:ssl:default_cert', '/usr/local/etc/apache24/server.crt') }}
SSLCertificateKeyFile {{ salt['pillar.get']('apache:ssl:default_key', '/usr/local/etc/apache24/server.key') }}
# Server Certificate Chain:
# Point SSLCertificateChainFile at a file containing the