diff --git a/vendor/simplesamlphp/simplesamlphp/config/authsources.php b/vendor/simplesamlphp/simplesamlphp/config/authsources.php index 2af0aec0099beaa2d520156b94a2cf6a4bf2add9..cc3ba4e0168c2c436bbd3f40a63fe78ddd3e674d 100644 --- a/vendor/simplesamlphp/simplesamlphp/config/authsources.php +++ b/vendor/simplesamlphp/simplesamlphp/config/authsources.php @@ -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.