From c6a2bef840c4dbbea2f0d43d9405caf2c10cc12f Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Thu, 29 Mar 2012 11:01:12 +0000
Subject: [PATCH] docs: Add the certData option to sp-remote metadata
 reference.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3062 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/simplesamlphp-reference-sp-remote.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/simplesamlphp-reference-sp-remote.txt b/docs/simplesamlphp-reference-sp-remote.txt
index bc1592535..16b54b358 100644
--- a/docs/simplesamlphp-reference-sp-remote.txt
+++ b/docs/simplesamlphp-reference-sp-remote.txt
@@ -200,6 +200,9 @@ The following SAML 2.0 options are available:
 :   SP NameQualifier for this SP. If not set, the IdP will set the
     SPNameQualifier to be the SP entity ID.
 
+`certData`
+:   The base64 encoded certificate for this SP. This is an alternative to storing the certificate in a file on disk and specifying the filename in the `certificate`-option.
+
 `certificate`
 :   Name of certificate file for this SP. The certificate is used to
     verify the signature of messages received from the SP (if
-- 
GitLab