Staging cert is different

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-09-12 23:51:09 +00:00
parent 0f2261a044
commit 255a01aa6c

View file

@ -2,7 +2,9 @@
# #
[bridge] [bridge]
# Nickname of the bridge's certificate in the NSS database specified below # Nickname of the bridge's certificate in the NSS database specified below
{% if inventory_hostname.startswith('sign') %} {% if env == "staging" %}
bridge-cert-nickname: sigul-bridge-cert
{% elif inventory_hostname.startswith('sign') %}
bridge-cert-nickname: sign-bridge1 - Fedora Project bridge-cert-nickname: sign-bridge1 - Fedora Project
{% else %} {% else %}
bridge-cert-nickname: secondary-signer bridge-cert-nickname: secondary-signer