From 0f84c8f1b80a922f8dca9047bda22f61cb17fe7c Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Thu, 18 Feb 2010 13:40:20 +0000
Subject: [PATCH] metarefresh: Fix reference to certFingerprint in
 documentation.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2187 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/simplesamlphp-automated_metadata.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/simplesamlphp-automated_metadata.txt b/docs/simplesamlphp-automated_metadata.txt
index d59e46db3..9411c232e 100644
--- a/docs/simplesamlphp-automated_metadata.txt
+++ b/docs/simplesamlphp-automated_metadata.txt
@@ -147,7 +147,7 @@ edit:
 			'sources'	=> array(
 				array(
 					'src' => 'https://kalmar.feide.no/simplesaml/module.php/aggregator/?id=kalmarcentral&mimetype=text/plain&exclude=norway',
-					'certFingerprint' => '591d4b4670463eeda91fcc816dc0af2a092aa801',
+					'validateFingerprint' => '591d4b4670463eeda91fcc816dc0af2a092aa801',
 					'template' => array(
 						'tags'	=> array('kalmar'),
 						'authproc' => array(
@@ -197,7 +197,7 @@ Each metadata source has the following options:
 `src`
 :   The source URL where the metadata will be fetched from.
 
-`certFingerprint`
+`validateFingerprint`
 :   The fingerprint of the certificate used to sign the metadata. You
     don't need this option if you don't want to validate the signature
     on the metadata.
-- 
GitLab