From 73f682f09daffb2c40e814a2819797630c8c125f Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Wed, 5 Jan 2022 11:34:10 +0000
Subject: [PATCH] certFingerprint option has been removed

---
 docs/simplesamlphp-reference-idp-remote.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docs/simplesamlphp-reference-idp-remote.md b/docs/simplesamlphp-reference-idp-remote.md
index 35e1624d8..3d8a1437c 100644
--- a/docs/simplesamlphp-reference-idp-remote.md
+++ b/docs/simplesamlphp-reference-idp-remote.md
@@ -48,9 +48,6 @@ Options
 `certData`
 :   The base64 encoded certificate for this IdP. This is an alternative to storing the certificate in a file on disk and specifying the filename in the `certificate`-option.
 
-`certFingerprint`
-:   If you only need to validate signatures received from this IdP, you can specify the certificate fingerprint instead of storing the full certificate. *Deprecated:* please use `certData` or `certificate` options. This option will be removed in a future version of simpleSAMLphp.
-
 `certificate`
 :   The file with the certificate for this IdP. The path is relative to the `cert`-directory.
 
-- 
GitLab