Use the stg crl location for fedmsg in staging.
This commit is contained in:
parent
a04e155ec2
commit
6944a96661
1 changed files with 1 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue