From 47334a564e2ae811f87fb184eb478a6de1419be1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Oct 04 2024 00:48:39 +0000 Subject: certificates / staging: new cert for *.apps.ocp.stg Signed-off-by: Kevin Fenzi --- diff --git a/inventory/group_vars/staging b/inventory/group_vars/staging index 3874ff5..a09d3b8 100644 --- a/inventory/group_vars/staging +++ b/inventory/group_vars/staging @@ -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 diff --git a/playbooks/include/proxies-certificates.yml b/playbooks/include/proxies-certificates.yml index a444f07..b751666 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-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