certificates / staging: new cert for *.apps.ocp.stg

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-10-03 17:48:39 -07:00
parent c04dd50fbf
commit 47334a564e
2 changed files with 6 additions and 6 deletions

View file

@ -43,11 +43,11 @@ network_connections:
name: eth0
type: ethernet
mtu: 9000
ocp_wildcard_cert_file: wildcard-2023.apps.ocp.stg.fedoraproject.org.cert
ocp_wildcard_cert_file: wildcard-2024.apps.ocp.stg.fedoraproject.org.cert
# This is the openshift wildcard cert for ocp stg
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
ocp_wildcard_cert_name: wildcard-2024.apps.ocp.stg.fedoraproject.org
ocp_wildcard_int_file: wildcard-2024.apps.ocp.stg.fedoraproject.org.intermediate.cert
ocp_wildcard_key_file: wildcard-2024.apps.ocp.stg.fedoraproject.org.key
# RIP, FAS
primary_auth_source: ipa
SSLCertificateChainFile: wildcard-2024.stg.fedoraproject.org.intermediate.cert

View file

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