Use the right ssl cert for staging.
This commit is contained in:
parent
2fc8221d26
commit
eb0c65f995
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue