apps.ocp.stg new certs for 2023
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
31f11df469
commit
4b262d7ada
2 changed files with 6 additions and 6 deletions
|
@ -40,11 +40,11 @@ network_connections:
|
||||||
name: eth0
|
name: eth0
|
||||||
type: ethernet
|
type: ethernet
|
||||||
mtu: 9000
|
mtu: 9000
|
||||||
ocp_wildcard_cert_file: wildcard-2022.apps.ocp.stg.fedoraproject.org.cert
|
ocp_wildcard_cert_file: wildcard-2023.apps.ocp.stg.fedoraproject.org.cert
|
||||||
# This is the openshift wildcard cert for ocp stg
|
# This is the openshift wildcard cert for ocp stg
|
||||||
ocp_wildcard_cert_name: wildcard-2022.apps.ocp.stg.fedoraproject.org
|
ocp_wildcard_cert_name: wildcard-2023.apps.ocp.stg.fedoraproject.org
|
||||||
ocp_wildcard_int_file: wildcard-2022.apps.ocp.stg.fedoraproject.org.intermediate.cert
|
ocp_wildcard_int_file: wildcard-2023.apps.ocp.stg.fedoraproject.org.intermediate.cert
|
||||||
ocp_wildcard_key_file: wildcard-2022.apps.ocp.stg.fedoraproject.org.key
|
ocp_wildcard_key_file: wildcard-2023.apps.ocp.stg.fedoraproject.org.key
|
||||||
# RIP, FAS
|
# RIP, FAS
|
||||||
primary_auth_source: ipa
|
primary_auth_source: ipa
|
||||||
SSLCertificateChainFile: wildcard-2022.stg.fedoraproject.org.intermediate.cert
|
SSLCertificateChainFile: wildcard-2022.stg.fedoraproject.org.intermediate.cert
|
||||||
|
|
|
@ -38,8 +38,8 @@
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/certificate
|
- role: httpd/certificate
|
||||||
certname: wildcard-2022.apps.ocp.stg.fedoraproject.org
|
certname: wildcard-2023.apps.ocp.stg.fedoraproject.org
|
||||||
SSLCertificateChainFile: wildcard-2022.apps.ocp.stg.fedoraproject.org.intermediate.cert
|
SSLCertificateChainFile: wildcard-2023.apps.ocp.stg.fedoraproject.org.intermediate.cert
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
tags:
|
tags:
|
||||||
- apps.ocp.stg.fedoraproject.org
|
- apps.ocp.stg.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue