From 96b0d69ad5802892abeb04f77ba0b49055581d93 Mon Sep 17 00:00:00 2001 From: Mark O Brien Date: Thu, 31 Mar 2022 10:53:35 +0100 Subject: [PATCH] proxies: update wildcard to 2022 for stg in more places Signed-off-by: Mark O Brien --- playbooks/include/proxies-certificates.yml | 4 ++-- playbooks/include/proxies-websites.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"