Skip to content
Snippets Groups Projects
Unverified Commit 327439f6 authored by briancanini's avatar briancanini Committed by GitHub
Browse files

Merge pull request #104 from ASCWebServices/new-sso-keys

Remove old SSO keys from authsources.php
parents cd0f165b a8476374
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,8 @@
// and Shibboleth 1.3 IdPs.
'default-sp' => array(
'saml:SP',
'privatekey' => 'sp-key-old.pem',
'certificate' => 'sp-cert-old.crt',
'new_privatekey' => 'sp-key.pem',
'new_certificate' => 'sp-cert.crt',
'privatekey' => 'sp-key.pem',
'certificate' => 'sp-cert.crt',
// The entity ID of this SP.
// Can be NULL/unset, in which case an entity ID is generated based on the metadata URL.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment