From 4b262d7adada94cde35104ce1f49a6e032308242 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 8 Jan 2023 18:26:33 -0800 Subject: [PATCH] apps.ocp.stg new certs for 2023 Signed-off-by: Kevin Fenzi --- inventory/group_vars/staging | 8 ++++---- playbooks/include/proxies-certificates.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/inventory/group_vars/staging b/inventory/group_vars/staging index 717d14326d..dc1f2b0984 100644 --- a/inventory/group_vars/staging +++ b/inventory/group_vars/staging @@ -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 diff --git a/playbooks/include/proxies-certificates.yml b/playbooks/include/proxies-certificates.yml index 029ce78190..90a8b81e5b 100644 --- a/playbooks/include/proxies-certificates.yml +++ b/playbooks/include/proxies-certificates.yml @@ -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