summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2020-07-09 20:28:20 +0300
committerGitHub <noreply@github.com>2020-07-09 20:28:20 +0300
commit2857dc6a8085795b1c929683b1ed298a397b3eb3 (patch)
tree8c47422e8b755a0c2e70f17d38fe3ff1ec3d977c
parenta30e51c271e27e4411a0243b65adbf5d7a3abb07 (diff)
parent33ee547989ba7a4719b4d6048c8860ab6ce29217 (diff)
downloadpysaml2-2857dc6a8085795b1c929683b1ed298a397b3eb3.tar.gz
Merge pull request #699 from cnelson/patch-1
Update documentation for additional_cert_files and cert_file
-rw-r--r--docs/howto/config.rst14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/howto/config.rst b/docs/howto/config.rst
index 1cf320f2..70bd1bd5 100644
--- a/docs/howto/config.rst
+++ b/docs/howto/config.rst
@@ -64,6 +64,18 @@ Configuration directives
General directives
------------------
+additional_cert_files
+^^^^^^^^^^^^^^^^^^^^^
+
+Format::
+
+ additional_cert_files: ["other-cert.pem", "another-cert.pem"]
+
+Additional public certs that will be listed. Useful during cert/key rotation or
+if you need to include a certificate chain.
+
+Each entry in *additional_cert_files* must be a PEM formatted file with a single certificate.
+
assurance_certification
^^^^^^^^^^^^^^^^^^^^^^^
@@ -131,7 +143,7 @@ Format::
cert_file: "cert.pem"
This is the public part of the service private/public key pair.
-*cert_file* must be a PEM formatted certificate chain file.
+*cert_file* must be a PEM formatted file with a single certificate.
contact_person
^^^^^^^^^^^^^^