Use the right ssl cert for staging.

This commit is contained in:
Kevin Fenzi 2015-05-31 16:31:33 +00:00
parent 2fc8221d26
commit eb0c65f995

View file

@ -72,9 +72,15 @@
- apache
- httpd/mod_ssl
- role: httpd/certificate
name: wildcard-2014.stg.fedoraproject.org
SSLCertificateChainFile: wildcard-2014.stg.fedoraproject.org.intermediate.cert
when: env == "staging"
- role: httpd/certificate
name: wildcard-2014.fedoraproject.org
SSLCertificateChainFile: wildcard-2014.fedoraproject.org.intermediate.cert
when: env != "staging"
- role: httpd/website
name: mirrorlist-phx2.phx2.fedoraproject.org