From 62bcb6959e84a3acf401a1cd60a0f5b3ae985dee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Wed, 18 Jun 2008 10:44:42 +0000 Subject: [PATCH] Updated certificate fingerprint on Feides test environment git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@669 44740490-163a-0410-bde0-09ae8108e29a --- metadata-templates/saml20-idp-remote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-templates/saml20-idp-remote.php b/metadata-templates/saml20-idp-remote.php index db6157a4a..e625f2787 100644 --- a/metadata-templates/saml20-idp-remote.php +++ b/metadata-templates/saml20-idp-remote.php @@ -83,7 +83,7 @@ $metadata = array( 'description' => 'max.feide.no: the test environment of Feide.', 'SingleSignOnService' => 'https://max.feide.no/amserver/SSORedirect/metaAlias/idp', 'SingleLogoutService' => 'https://max.feide.no/amserver/IDPSloRedirect/metaAlias/idp', - 'certFingerprint' => '3fa158e8abfd4b5203315b08c0b791b6ee4715f6', + 'certFingerprint' => '5dd3196bdb2fb7e75380fe234a3f4f2d1e8d6d84', 'base64attributes' => true, 'hint.cidr' => '158.38.0.0/16' ), -- GitLab