apps.ocp.stg new certs for 2023

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-01-08 18:26:33 -08:00
parent 31f11df469
commit 4b262d7ada
2 changed files with 6 additions and 6 deletions

View file

@ -40,11 +40,11 @@ network_connections:
name: eth0
type: ethernet
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
ocp_wildcard_cert_name: wildcard-2022.apps.ocp.stg.fedoraproject.org
ocp_wildcard_int_file: wildcard-2022.apps.ocp.stg.fedoraproject.org.intermediate.cert
ocp_wildcard_key_file: wildcard-2022.apps.ocp.stg.fedoraproject.org.key
ocp_wildcard_cert_name: wildcard-2023.apps.ocp.stg.fedoraproject.org
ocp_wildcard_int_file: wildcard-2023.apps.ocp.stg.fedoraproject.org.intermediate.cert
ocp_wildcard_key_file: wildcard-2023.apps.ocp.stg.fedoraproject.org.key
# RIP, FAS
primary_auth_source: ipa
SSLCertificateChainFile: wildcard-2022.stg.fedoraproject.org.intermediate.cert

View file

@ -38,8 +38,8 @@
when: env == "staging"
- role: httpd/certificate
certname: wildcard-2022.apps.ocp.stg.fedoraproject.org
SSLCertificateChainFile: wildcard-2022.apps.ocp.stg.fedoraproject.org.intermediate.cert
certname: wildcard-2023.apps.ocp.stg.fedoraproject.org
SSLCertificateChainFile: wildcard-2023.apps.ocp.stg.fedoraproject.org.intermediate.cert
when: env == "staging"
tags:
- apps.ocp.stg.fedoraproject.org