summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--playbooks/include/proxies-websites.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml
index 515bbb433..65d01e1c8 100644
--- a/playbooks/include/proxies-websites.yml
+++ b/playbooks/include/proxies-websites.yml
@@ -548,7 +548,7 @@
- role: httpd/website
name: qa.stg.fedoraproject.org
server_aliases: [qa.stg.fedoraproject.org]
- cert_name: qa.stg.fedoraproject.org.org
+ cert_name: qa.stg.fedoraproject.org
SSLCertificateChainFile: qa.stg.fedoraproject.org.intermediate.cert
sslonly: true
when: env == "staging"
@@ -556,7 +556,7 @@
- role: httpd/website
name: phab.qa.stg.fedoraproject.org
server_aliases: [phab.qa.stg.fedoraproject.org]
- cert_name: qa.stg.fedoraproject.org.org
+ cert_name: qa.stg.fedoraproject.org
SSLCertificateChainFile: qa.stg.fedoraproject.org.intermediate.cert
sslonly: true
when: env == "staging"
@@ -564,7 +564,7 @@
- role: httpd/website
name: docs.qa.stg.fedoraproject.org
server_aliases: [docs.qa.stg.fedoraproject.org]
- cert_name: qa.stg.fedoraproject.org.org
+ cert_name: qa.stg.fedoraproject.org
SSLCertificateChainFile: qa.stg.fedoraproject.org.intermediate.cert
sslonly: true
when: env == "staging"