From 5c700457048f89fb68c62944f5a6cbd72d35e2e2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 14 Oct 2020 09:32:07 -0700 Subject: [PATCH] Update staging openshift ssl cert to new one. Signed-off-by: Kevin Fenzi --- inventory/group_vars/staging | 6 +++--- playbooks/include/proxies-certificates.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/inventory/group_vars/staging b/inventory/group_vars/staging index 527d9bb56f..79e35ac99a 100644 --- a/inventory/group_vars/staging +++ b/inventory/group_vars/staging @@ -13,9 +13,9 @@ wildcard_key_file: wildcard-2020.stg.fedoraproject.org.key wildcard_int_file: wildcard-2020.stg.fedoraproject.org.intermediate.cert # This is the openshift wildcard cert for stg -os_wildcard_cert_name: wildcard-2017.app.os.stg.fedoraproject.org -os_wildcard_cert_file: wildcard-2017.app.os.stg.fedoraproject.org.cert -os_wildcard_key_file: wildcard-2017.app.os.stg.fedoraproject.org.key +os_wildcard_cert_name: wildcard-2020.app.os.stg.fedoraproject.org +os_wildcard_cert_file: wildcard-2020.app.os.stg.fedoraproject.org.cert +os_wildcard_key_file: wildcard-2020.app.os.stg.fedoraproject.org.key os_wildcard_int_file: wildcard-2020.stg.fedoraproject.org.intermediate.cert fedmsg_prefix: org.fedoraproject diff --git a/playbooks/include/proxies-certificates.yml b/playbooks/include/proxies-certificates.yml index 15ef452bb3..79a329ca79 100644 --- a/playbooks/include/proxies-certificates.yml +++ b/playbooks/include/proxies-certificates.yml @@ -29,8 +29,8 @@ when: env == "staging" - role: httpd/certificate - certname: wildcard-2017.app.os.stg.fedoraproject.org - SSLCertificateChainFile: wildcard-2017.app.os.stg.fedoraproject.org.intermediate.cert + certname: wildcard-2020.app.os.stg.fedoraproject.org + SSLCertificateChainFile: wildcard-2020.app.os.stg.fedoraproject.org.intermediate.cert when: env == "staging" tags: - app.os.fedoraproject.org