Staging cert is different
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
0f2261a044
commit
255a01aa6c
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
#
|
||||
[bridge]
|
||||
# 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
|
||||
{% else %}
|
||||
bridge-cert-nickname: secondary-signer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue