proxies: update wildcard to 2022 for stg in more places
Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
parent
8aed865328
commit
96b0d69ad5
2 changed files with 4 additions and 4 deletions
|
@ -16,8 +16,8 @@
|
||||||
- role: httpd/mod_ssl
|
- role: httpd/mod_ssl
|
||||||
|
|
||||||
- role: httpd/certificate
|
- role: httpd/certificate
|
||||||
certname: wildcard-2020.fedoraproject.org
|
certname: wildcard-2022.fedoraproject.org
|
||||||
SSLCertificateChainFile: wildcard-2020.fedoraproject.org.intermediate.cert
|
SSLCertificateChainFile: wildcard-2022.fedoraproject.org.intermediate.cert
|
||||||
|
|
||||||
- role: httpd/certificate
|
- role: httpd/certificate
|
||||||
certname: wildcard-2022.fedoraproject.org
|
certname: wildcard-2022.fedoraproject.org
|
||||||
|
|
|
@ -796,7 +796,7 @@
|
||||||
site_name: taskotron.stg.fedoraproject.org
|
site_name: taskotron.stg.fedoraproject.org
|
||||||
server_aliases: [taskotron.stg.fedoraproject.org]
|
server_aliases: [taskotron.stg.fedoraproject.org]
|
||||||
# Set this explicitly to stg here.. as per the original puppet config.
|
# 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
|
sslonly: true
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
@ -851,7 +851,7 @@
|
||||||
# via plain http for openid identity support
|
# via plain http for openid identity support
|
||||||
sslonly: false
|
sslonly: false
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
SSLCertificateChainFile: wildcard-2020.stg.fedoraproject.org.intermediate.cert
|
SSLCertificateChainFile: wildcard-2022.stg.fedoraproject.org.intermediate.cert
|
||||||
tags:
|
tags:
|
||||||
- id.fedoraproject.org
|
- id.fedoraproject.org
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue