staging: move to new wildcard stg cert
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e3bee776ea
commit
c7537a7bb9
2 changed files with 9 additions and 4 deletions
|
@ -51,8 +51,8 @@ os_wildcard_int_file: wildcard-2021.app.os.stg.fedoraproject.org.intermediate.ce
|
||||||
os_wildcard_key_file: wildcard-2021.app.os.stg.fedoraproject.org.key
|
os_wildcard_key_file: wildcard-2021.app.os.stg.fedoraproject.org.key
|
||||||
# RIP, FAS
|
# RIP, FAS
|
||||||
primary_auth_source: ipa
|
primary_auth_source: ipa
|
||||||
wildcard_cert_file: wildcard-2020.stg.fedoraproject.org.cert
|
wildcard_cert_file: wildcard-2022.stg.fedoraproject.org.cert
|
||||||
# This is the wildcard certname for our stg proxies.
|
# This is the wildcard certname for our stg proxies.
|
||||||
wildcard_cert_name: wildcard-2020.stg.fedoraproject.org
|
wildcard_cert_name: wildcard-2022.stg.fedoraproject.org
|
||||||
wildcard_int_file: wildcard-2020.stg.fedoraproject.org.intermediate.cert
|
wildcard_int_file: wildcard-2022.stg.fedoraproject.org.intermediate.cert
|
||||||
wildcard_key_file: wildcard-2020.stg.fedoraproject.org.key
|
wildcard_key_file: wildcard-2022.stg.fedoraproject.org.key
|
||||||
|
|
|
@ -32,6 +32,11 @@
|
||||||
SSLCertificateChainFile: wildcard-2020.stg.fedoraproject.org.intermediate.cert
|
SSLCertificateChainFile: wildcard-2020.stg.fedoraproject.org.intermediate.cert
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
|
- role: httpd/certificate
|
||||||
|
certname: wildcard-2022.stg.fedoraproject.org
|
||||||
|
SSLCertificateChainFile: wildcard-2022.stg.fedoraproject.org.intermediate.cert
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/certificate
|
- role: httpd/certificate
|
||||||
certname: wildcard-2021.app.os.stg.fedoraproject.org
|
certname: wildcard-2021.app.os.stg.fedoraproject.org
|
||||||
SSLCertificateChainFile: wildcard-2021.app.os.stg.fedoraproject.org.intermediate.cert
|
SSLCertificateChainFile: wildcard-2021.app.os.stg.fedoraproject.org.intermediate.cert
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue