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