new 2024 id.fedoraproject.org wildcard cert

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-01-29 18:42:22 -08:00
parent 86e0e9e851
commit d3222f83e9
2 changed files with 4 additions and 4 deletions

View file

@ -24,8 +24,8 @@
SSLCertificateChainFile: wildcard-2023.fedoraproject.org.intermediate.cert
- role: httpd/certificate
certname: wildcard-2023.id.fedoraproject.org
SSLCertificateChainFile: wildcard-2023.id.fedoraproject.org.intermediate.cert
certname: wildcard-2024.id.fedoraproject.org
SSLCertificateChainFile: wildcard-2024.id.fedoraproject.org.intermediate.cert
- role: httpd/certificate
certname: wildcard-2023.stg.fedoraproject.org

View file

@ -835,8 +835,8 @@
# Must not be sslonly, because example.id.fedoraproject.org must be reachable
# via plain http for openid identity support
sslonly: false
cert_name: wildcard-2023.id.fedoraproject.org
SSLCertificateChainFile: wildcard-2023.id.fedoraproject.org.intermediate.cert
cert_name: wildcard-2024.id.fedoraproject.org
SSLCertificateChainFile: wildcard-2024.id.fedoraproject.org.intermediate.cert
tags:
- id.fedoraproject.org
when: env == "production"