소스 검색

FreeBSD: made default SSL key configurable

tags/v0.37.4
Alexander Weidinger 8 년 전
부모
커밋
9e3645c53c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      apache/files/FreeBSD/mod_ssl.conf.jinja

+ 2
- 2
apache/files/FreeBSD/mod_ssl.conf.jinja 파일 보기

@@ -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…
취소
저장