From d02183b3b6a9434e8b50ea93ddfda309afe37173 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 19 Jul 2017 17:46:53 +0000 Subject: [PATCH] we have a wildcard cert --- inventory/group_vars/all | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inventory/group_vars/all b/inventory/group_vars/all index f79f3602f7..7b86018c0d 100644 --- a/inventory/group_vars/all +++ b/inventory/group_vars/all @@ -139,10 +139,10 @@ wildcard_key_file: wildcard-2017.fedoraproject.org.key wildcard_int_file: wildcard-2017.fedoraproject.org.intermediate.cert # This is the openshift wildcard cert. Until it exists set it equal to wildcard -os_wildcard_cert_name: wildcard-2017.fedoraproject.org -os_wildcard_crt_file: wildcard-2017.fedoraproject.org.cert -os_wildcard_key_file: wildcard-2017.fedoraproject.org.key -os_wildcard_int_file: wildcard-2017.fedoraproject.org.intermediate.cert +os_wildcard_cert_name: wildcard-2017.app.os.fedoraproject.org +os_wildcard_crt_file: wildcard-2017.app.os.fedoraproject.org.cert +os_wildcard_key_file: wildcard-2017.app.os.fedoraproject.org.key +os_wildcard_int_file: wildcard-2017.app.os.fedoraproject.org.intermediate.cert # Everywhere, always, we should sign messages and validate signatures. # However, we allow individual hosts and groups to override this. Use this very