diff --git a/playbooks/include/proxies-certificates.yml b/playbooks/include/proxies-certificates.yml index 59c3de519a..13d394f054 100644 --- a/playbooks/include/proxies-certificates.yml +++ b/playbooks/include/proxies-certificates.yml @@ -16,8 +16,8 @@ - role: httpd/mod_ssl - role: httpd/certificate - certname: wildcard-2020.fedoraproject.org - SSLCertificateChainFile: wildcard-2020.fedoraproject.org.intermediate.cert + certname: wildcard-2022.fedoraproject.org + SSLCertificateChainFile: wildcard-2022.fedoraproject.org.intermediate.cert - role: httpd/certificate certname: wildcard-2022.fedoraproject.org diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 62cbe63c0b..01f6f18b7e 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -796,7 +796,7 @@ site_name: taskotron.stg.fedoraproject.org server_aliases: [taskotron.stg.fedoraproject.org] # Set this explicitly to stg here.. as per the original puppet config. - SSLCertificateChainFile: wildcard-2020.stg.fedoraproject.org.intermediate.cert + SSLCertificateChainFile: wildcard-2022.stg.fedoraproject.org.intermediate.cert sslonly: true cert_name: "{{wildcard_cert_name}}" when: env == "staging" @@ -851,7 +851,7 @@ # via plain http for openid identity support sslonly: false cert_name: "{{wildcard_cert_name}}" - SSLCertificateChainFile: wildcard-2020.stg.fedoraproject.org.intermediate.cert + SSLCertificateChainFile: wildcard-2022.stg.fedoraproject.org.intermediate.cert tags: - id.fedoraproject.org when: env == "staging"