Get the fedmsg crl directly from proxy01.stg in staging.

This commit is contained in:
Ralph Bean 2014-05-27 19:31:01 +00:00
parent 49831e2c17
commit 8322306912

View file

@ -27,7 +27,12 @@ config = dict(
validate_signatures=True,
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",
{% else %}
crl_location="https://fedoraproject.org/fedmsg/crl.pem",
{% endif %}
crl_cache="/var/run/fedmsg/crl.pem",
crl_cache_expiry=86400, # Daily