Skip to content
Snippets Groups Projects
Commit a8476374 authored by bcweaver's avatar bcweaver
Browse files

Remove old SSO keys from authsources.php

parent cd0f165b
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