Use stg cert and key for stg

This commit is contained in:
Patrick Uiterwijk 2015-09-30 09:35:47 +00:00
parent fe21f2e6b6
commit a82ac0b533

View file

@ -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 %}