Use stg cert and key for stg
This commit is contained in:
parent
fe21f2e6b6
commit
a82ac0b533
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ saml2 idp storage path=/etc/ipsilon/saml2
|
|||
saml2 idp metadata file=metadata.xml
|
||||
{% if env == 'staging' %}
|
||||
saml2 idp nameid salt={{ ipsilon_saml2_stg_nameid_salt }}
|
||||
saml2 idp certificate file=certificate.stg.pem
|
||||
saml2 idp keyr file=certificate.stg.key
|
||||
{% else %}
|
||||
saml2 idp nameid salt={{ ipsilon_saml2_nameid_salt }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue