From a75fc88cc23652321a6086caebed659857ccac1c Mon Sep 17 00:00:00 2001 From: Dan Tsosie <dtsosie@godaddy.com> Date: Mon, 9 Feb 2015 20:30:32 -0700 Subject: [PATCH] Add documentation to sp-remote for signature.certificate --- docs/simplesamlphp-reference-sp-remote.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/simplesamlphp-reference-sp-remote.txt b/docs/simplesamlphp-reference-sp-remote.txt index 6d9d82d0c..7b6429446 100644 --- a/docs/simplesamlphp-reference-sp-remote.txt +++ b/docs/simplesamlphp-reference-sp-remote.txt @@ -257,6 +257,10 @@ The following SAML 2.0 options are available: : Passphrase for the private key. Leave this option out if the private key is unencrypted. : Note that this option only is used if `signature.privatekey` is present. +`signature.certificate` +: Certificate file included by IdP for KeyInfo within the signature for the SP, in PEM format. The filename is relative to the cert/-directory. +: If `signature.privatekey` is present and `signature.certificate` is left blank, X509Certificate will not be included with the signature. + `simplesaml.nameidattribute` : When the value of the `NameIDFormat`-option is set to either `email` or `persistent`, this is the name of the attribute which -- GitLab