Make stg ipsilon use the new certs
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
bbe67ebfbd
commit
232098dd51
1 changed files with 1 additions and 3 deletions
|
@ -67,13 +67,11 @@ saml2 idp storage path=/etc/ipsilon/saml2
|
|||
saml2 idp metadata file=metadata.xml
|
||||
{% if env == 'staging' %}
|
||||
saml2 idp nameid salt={{ ipsilon_stg_saml2_nameid_salt }}
|
||||
saml2 idp certificate file=certificate.stg.pem
|
||||
saml2 idp key file=certificate.stg.key
|
||||
{% else %}
|
||||
saml2 idp nameid salt={{ ipsilon_saml2_nameid_salt }}
|
||||
{% endif %}
|
||||
saml2 idp certificate file=idp.crt
|
||||
saml2 idp key file=idp.key
|
||||
{% endif %}
|
||||
saml2 allow self registration=False
|
||||
saml2 default nameid=transient
|
||||
saml2 default email domain=fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue