Skip to content
Snippets Groups Projects
Commit 0f84c8f1 authored by Olav Morken's avatar Olav Morken
Browse files

metarefresh: Fix reference to certFingerprint in documentation.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2187 44740490-163a-0410-bde0-09ae8108e29a
parent 33abe364
No related branches found
No related tags found
No related merge requests found
...@@ -147,7 +147,7 @@ edit: ...@@ -147,7 +147,7 @@ edit:
'sources' => array( 'sources' => array(
array( array(
'src' => 'https://kalmar.feide.no/simplesaml/module.php/aggregator/?id=kalmarcentral&mimetype=text/plain&exclude=norway', 'src' => 'https://kalmar.feide.no/simplesaml/module.php/aggregator/?id=kalmarcentral&mimetype=text/plain&exclude=norway',
'certFingerprint' => '591d4b4670463eeda91fcc816dc0af2a092aa801', 'validateFingerprint' => '591d4b4670463eeda91fcc816dc0af2a092aa801',
'template' => array( 'template' => array(
'tags' => array('kalmar'), 'tags' => array('kalmar'),
'authproc' => array( 'authproc' => array(
...@@ -197,7 +197,7 @@ Each metadata source has the following options: ...@@ -197,7 +197,7 @@ Each metadata source has the following options:
`src` `src`
: The source URL where the metadata will be fetched from. : The source URL where the metadata will be fetched from.
`certFingerprint` `validateFingerprint`
: The fingerprint of the certificate used to sign the metadata. You : 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 don't need this option if you don't want to validate the signature
on the metadata. on the metadata.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment