proxies: update wildcard to 2022 for stg in more places

Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
Mark O Brien 2022-03-31 10:53:35 +01:00
parent 8aed865328
commit 96b0d69ad5
2 changed files with 4 additions and 4 deletions

View file

@ -16,8 +16,8 @@
- role: httpd/mod_ssl
- role: httpd/certificate
certname: wildcard-2020.fedoraproject.org
SSLCertificateChainFile: wildcard-2020.fedoraproject.org.intermediate.cert
certname: wildcard-2022.fedoraproject.org
SSLCertificateChainFile: wildcard-2022.fedoraproject.org.intermediate.cert
- role: httpd/certificate
certname: wildcard-2022.fedoraproject.org

View file

@ -796,7 +796,7 @@
site_name: taskotron.stg.fedoraproject.org
server_aliases: [taskotron.stg.fedoraproject.org]
# Set this explicitly to stg here.. as per the original puppet config.
SSLCertificateChainFile: wildcard-2020.stg.fedoraproject.org.intermediate.cert
SSLCertificateChainFile: wildcard-2022.stg.fedoraproject.org.intermediate.cert
sslonly: true
cert_name: "{{wildcard_cert_name}}"
when: env == "staging"
@ -851,7 +851,7 @@
# via plain http for openid identity support
sslonly: false
cert_name: "{{wildcard_cert_name}}"
SSLCertificateChainFile: wildcard-2020.stg.fedoraproject.org.intermediate.cert
SSLCertificateChainFile: wildcard-2022.stg.fedoraproject.org.intermediate.cert
tags:
- id.fedoraproject.org
when: env == "staging"