From 6944a96661c6a37c1f45e7288c548d127654760d Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 13 Jan 2015 20:51:35 +0000 Subject: [PATCH] Use the stg crl location for fedmsg in staging. --- roles/fedmsg/base/templates/ssl.py.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/fedmsg/base/templates/ssl.py.j2 b/roles/fedmsg/base/templates/ssl.py.j2 index 87c3cbaad4..b3ffe82ce8 100644 --- a/roles/fedmsg/base/templates/ssl.py.j2 +++ b/roles/fedmsg/base/templates/ssl.py.j2 @@ -15,8 +15,7 @@ config = dict( ssldir="/etc/pki/fedmsg", {% if env == 'staging' %} - # In staging, we use the internal IP of proxy01 without ssl. - crl_location="http://10.5.126.88/fedmsg/crl.pem", + crl_location="https://stg.fedoraproject.org/fedmsg/crl.pem", {% else %} crl_location="https://fedoraproject.org/fedmsg/crl.pem", {% endif %}