new wildcard cert for prod apps.ocp
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
37a09a7ecb
commit
3d520b3357
2 changed files with 6 additions and 6 deletions
|
@ -219,11 +219,11 @@ ocp_nodes:
|
|||
- worker04.ocp.iad2.fedoraproject.org
|
||||
- worker05.ocp.iad2.fedoraproject.org
|
||||
- worker06.ocp.iad2.fedoraproject.org
|
||||
ocp_wildcard_cert_file: wildcard-2023.apps.ocp.fedoraproject.org.cert
|
||||
ocp_wildcard_cert_file: wildcard-2024.apps.ocp.fedoraproject.org.cert
|
||||
# This is the openshift wildcard cert for ocp
|
||||
ocp_wildcard_cert_name: wildcard-2023.apps.ocp.fedoraproject.org
|
||||
ocp_wildcard_int_file: wildcard-2023.apps.ocp.fedoraproject.org.intermediate.cert
|
||||
ocp_wildcard_key_file: wildcard-2023.apps.ocp.fedoraproject.org.key
|
||||
ocp_wildcard_cert_name: wildcard-2024.apps.ocp.fedoraproject.org
|
||||
ocp_wildcard_int_file: wildcard-2024.apps.ocp.fedoraproject.org.intermediate.cert
|
||||
ocp_wildcard_key_file: wildcard-2024.apps.ocp.fedoraproject.org.key
|
||||
# Path to the openshift-ansible checkout as external git repo brought into
|
||||
# Fedora Infra
|
||||
openshift_ansible: /srv/web/infra/openshift-ansible/
|
||||
|
|
|
@ -45,8 +45,8 @@
|
|||
- apps.ocp.stg.fedoraproject.org
|
||||
|
||||
- role: httpd/certificate
|
||||
certname: wildcard-2023.apps.ocp.fedoraproject.org
|
||||
SSLCertificateChainFile: wildcard-2023.apps.ocp.fedoraproject.org.intermediate.cert
|
||||
certname: wildcard-2024.apps.ocp.fedoraproject.org
|
||||
SSLCertificateChainFile: wildcard-2024.apps.ocp.fedoraproject.org.intermediate.cert
|
||||
tags:
|
||||
- apps.ocp.fedoraproject.org
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue