staging: new wildcard cert
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8fa1e3de8c
commit
01030eaf26
3 changed files with 12 additions and 12 deletions
|
@ -50,9 +50,9 @@ ocp_wildcard_int_file: wildcard-2024.apps.ocp.stg.fedoraproject.org.intermediate
|
||||||
ocp_wildcard_key_file: wildcard-2024.apps.ocp.stg.fedoraproject.org.key
|
ocp_wildcard_key_file: wildcard-2024.apps.ocp.stg.fedoraproject.org.key
|
||||||
# RIP, FAS
|
# RIP, FAS
|
||||||
primary_auth_source: ipa
|
primary_auth_source: ipa
|
||||||
SSLCertificateChainFile: wildcard-2024.stg.fedoraproject.org.intermediate.cert
|
SSLCertificateChainFile: wildcard-2025.stg.fedoraproject.org.intermediate.cert
|
||||||
wildcard_cert_file: wildcard-2024.stg.fedoraproject.org.cert
|
wildcard_cert_file: wildcard-2025.stg.fedoraproject.org.cert
|
||||||
# This is the wildcard certname for our stg proxies.
|
# This is the wildcard certname for our stg proxies.
|
||||||
wildcard_cert_name: wildcard-2024.stg.fedoraproject.org
|
wildcard_cert_name: wildcard-2025.stg.fedoraproject.org
|
||||||
wildcard_int_file: wildcard-2024.stg.fedoraproject.org.intermediate.cert
|
wildcard_int_file: wildcard-2025.stg.fedoraproject.org.intermediate.cert
|
||||||
wildcard_key_file: wildcard-2024.stg.fedoraproject.org.key
|
wildcard_key_file: wildcard-2025.stg.fedoraproject.org.key
|
||||||
|
|
|
@ -31,13 +31,13 @@
|
||||||
- id.fedoraproject.org
|
- id.fedoraproject.org
|
||||||
|
|
||||||
- role: httpd/certificate
|
- role: httpd/certificate
|
||||||
certname: wildcard-2024.stg.fedoraproject.org
|
certname: wildcard-2025.stg.fedoraproject.org
|
||||||
SSLCertificateChainFile: wildcard-2024.stg.fedoraproject.org.intermediate.cert
|
SSLCertificateChainFile: wildcard-2025.stg.fedoraproject.org.intermediate.cert
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/certificate
|
- role: httpd/certificate
|
||||||
certname: wildcard-2024.stg.fedoraproject.org
|
certname: wildcard-2025.stg.fedoraproject.org
|
||||||
SSLCertificateChainFile: wildcard-2024.stg.fedoraproject.org.intermediate.cert
|
SSLCertificateChainFile: wildcard-2025.stg.fedoraproject.org.intermediate.cert
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/certificate
|
- role: httpd/certificate
|
||||||
|
|
|
@ -772,7 +772,7 @@
|
||||||
site_name: taskotron.stg.fedoraproject.org
|
site_name: taskotron.stg.fedoraproject.org
|
||||||
server_aliases: [taskotron.stg.fedoraproject.org]
|
server_aliases: [taskotron.stg.fedoraproject.org]
|
||||||
# Set this explicitly to stg here.. as per the original puppet config.
|
# Set this explicitly to stg here.. as per the original puppet config.
|
||||||
SSLCertificateChainFile: wildcard-2024.stg.fedoraproject.org.intermediate.cert
|
SSLCertificateChainFile: wildcard-2025.stg.fedoraproject.org.intermediate.cert
|
||||||
sslonly: true
|
sslonly: true
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
@ -781,7 +781,7 @@
|
||||||
site_name: resultsdb.stg.fedoraproject.org
|
site_name: resultsdb.stg.fedoraproject.org
|
||||||
server_aliases: [resultsdb.stg.fedoraproject.org]
|
server_aliases: [resultsdb.stg.fedoraproject.org]
|
||||||
# Set this explicitly to stg here.. as per the original puppet config.
|
# Set this explicitly to stg here.. as per the original puppet config.
|
||||||
SSLCertificateChainFile: wildcard-2024.stg.fedoraproject.org.intermediate.cert
|
SSLCertificateChainFile: wildcard-2025.stg.fedoraproject.org.intermediate.cert
|
||||||
sslonly: true
|
sslonly: true
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
@ -846,7 +846,7 @@
|
||||||
# via plain http for openid identity support
|
# via plain http for openid identity support
|
||||||
sslonly: false
|
sslonly: false
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
SSLCertificateChainFile: wildcard-2024.stg.fedoraproject.org.intermediate.cert
|
SSLCertificateChainFile: wildcard-2025.stg.fedoraproject.org.intermediate.cert
|
||||||
tags:
|
tags:
|
||||||
- id.fedoraproject.org
|
- id.fedoraproject.org
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue