From a84763745cf5a5890a7b1a4308d205ba24f56219 Mon Sep 17 00:00:00 2001 From: bcweaver <brianweaver@gmail.com> Date: Fri, 15 Feb 2019 13:41:09 -0500 Subject: [PATCH] Remove old SSO keys from authsources.php --- config/simplesamlphp/config/authsources.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/simplesamlphp/config/authsources.php b/config/simplesamlphp/config/authsources.php index 2af0aec009..cc3ba4e016 100644 --- a/config/simplesamlphp/config/authsources.php +++ b/config/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. -- GitLab