install new cert only in staging
This commit is contained in:
parent
ad0cd98a25
commit
252c26a739
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,12 @@
|
||||||
- role: httpd/certificate
|
- role: httpd/certificate
|
||||||
name: wildcard-2017.stg.fedoraproject.org
|
name: wildcard-2017.stg.fedoraproject.org
|
||||||
SSLCertificateChainFile: wildcard-2017.stg.fedoraproject.org.intermediate.cert
|
SSLCertificateChainFile: wildcard-2017.stg.fedoraproject.org.intermediate.cert
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
|
- role: httpd/certificate
|
||||||
|
name: wildcard-2017.app.os.stg.fedoraproject.org
|
||||||
|
SSLCertificateChainFile: wildcard-2017.app.os.stg.fedoraproject.org.intermediate.cert
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/certificate
|
- role: httpd/certificate
|
||||||
name: fedoramagazine.org
|
name: fedoramagazine.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue