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

Forgot to run 'composer install'

parent 327439f6
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