Deal with the 01 I accidentally added in staging bridge cert
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
873dda5608
commit
37f295d947
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,11 @@
|
||||||
[server]
|
[server]
|
||||||
# Host name of the publically acessible bridge to clients
|
# Host name of the publically acessible bridge to clients
|
||||||
|
|
||||||
bridge-hostname: sign-bridge{{ env_suffix }}.phx2.fedoraproject.org
|
{% if env == "production" %}
|
||||||
|
bridge-hostname: sign-bridge.phx2.fedoraproject.org
|
||||||
|
{% else %}
|
||||||
|
bridge-hostname: sign-bridge01.stg.phx2.fedoraproject.org
|
||||||
|
{% endif %}
|
||||||
server-cert-nickname: sign-vault{{ env_suffix }}.phx2.fedoraproject.org
|
server-cert-nickname: sign-vault{{ env_suffix }}.phx2.fedoraproject.org
|
||||||
|
|
||||||
# Port on which the bridge expects server connections
|
# Port on which the bridge expects server connections
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue