Default the ssl chain file to wildcard-2014.fedoraproject.org.intermediate.cert.

This commit is contained in:
Ralph Bean 2015-01-20 14:34:02 +00:00
parent 5f278aa7d4
commit 4af47a45c3
2 changed files with 1 additions and 3 deletions

View file

@ -12,8 +12,6 @@
- include: "{{ handlers }}/restart_services.yml"
vars:
- ssl: true
- SSLCertificateChainFile: wildcard-2014.fedoraproject.org.intermediate.cert
- fpo_ips:
# Staging
- "10.5.126.88"

View file

@ -7,5 +7,5 @@ server_aliases: []
server_admin: webmaster@fedoraproject.org
ssl: true
sslonly: false
SSLCertificateChainFile: ""
SSLCertificateChainFile: wildcard-2014.fedoraproject.org.intermediate.cert
gzip: false