wildcard-2023.fedoraproject.org: new wildcard ssl cert

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-01-11 08:48:15 -08:00
parent 6987b8bc1e
commit 47cf07184e
7 changed files with 19 additions and 19 deletions

View file

@ -1,4 +1,4 @@
---
h-
#######
# BEGIN: Ansible roles_path variables
#
@ -260,10 +260,10 @@ virt_install_command_two_nic_unsafe: virt-install -n {{ inventory_hostname }} --
vpn: False
# This is the wildcard certname for our proxies. It has a different name for
# the staging group and is used in the proxies.yml playbook.
wildcard_cert_name: wildcard-2022.fedoraproject.org
wildcard_crt_file: wildcard-2022.fedoraproject.org.cert
wildcard_int_file: wildcard-2022.fedoraproject.org.intermediate.cert
wildcard_key_file: wildcard-2022.fedoraproject.org.key
wildcard_cert_name: wildcard-2023.fedoraproject.org
wildcard_crt_file: wildcard-2023.fedoraproject.org.cert
wildcard_int_file: wildcard-2023.fedoraproject.org.intermediate.cert
wildcard_key_file: wildcard-2023.fedoraproject.org.key
#
# say if we want the apache role dependency for mod_wsgi or not
# In some cases we want mod_wsgi and no apache (for python3 httpaio stuff)