mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
FreeBSD: made default SSL key configurable
This commit is contained in:
parent
4d94109534
commit
9e3645c53c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue