From cf8122a593592ae2ad1905874eaf06b42887ee18 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Fri, 4 Jul 2008 12:41:16 +0000
Subject: [PATCH] Document CA path validation.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@773 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/source/simplesamlphp-sp.xml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/docs/source/simplesamlphp-sp.xml b/docs/source/simplesamlphp-sp.xml
index 1a41e7f76..80767bc35 100644
--- a/docs/source/simplesamlphp-sp.xml
+++ b/docs/source/simplesamlphp-sp.xml
@@ -546,6 +546,19 @@
             </glossdef>
           </glossentry>
 
+          <glossentry>
+            <glossterm>caFile</glossterm>
+
+            <glossdef>
+              <para>Alternative to certFingerprint. Allows you to specify a
+               file with root certificates, and responses from the service
+               be validated against these certificates. Note that
+               simpleSAMLphp doesn't support chains with any itermediate
+               certificates between the root and the certificate used to sign
+               the response.</para>
+            </glossdef>
+          </glossentry>
+
           <glossentry>
             <glossterm>icon</glossterm>
 
@@ -809,6 +822,18 @@
           </glossdef>
         </glossentry>
 
+        <glossentry>
+          <glossterm>caFile</glossterm>
+
+          <glossdef>
+            <para>Alternative to certFingerprint. Allows you to specify a file
+             with root certificates, and responses from the service be
+             validated against these certificates. Note that simpleSAMLphp
+             doesn't support chains with any itermediate certificates between
+             the root and the certificate used to sign the response.</para>
+          </glossdef>
+        </glossentry>
+
         <glossentry>
           <glossterm>icon</glossterm>
 
-- 
GitLab