Skip to content

Commit 2857dc6

Browse files
Merge pull request #699 from cnelson/patch-1
Update documentation for additional_cert_files and cert_file
2 parents a30e51c + 33ee547 commit 2857dc6

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/howto/config.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,18 @@ Configuration directives
6464
General directives
6565
------------------
6666

67+
additional_cert_files
68+
^^^^^^^^^^^^^^^^^^^^^
69+
70+
Format::
71+
72+
additional_cert_files: ["other-cert.pem", "another-cert.pem"]
73+
74+
Additional public certs that will be listed. Useful during cert/key rotation or
75+
if you need to include a certificate chain.
76+
77+
Each entry in *additional_cert_files* must be a PEM formatted file with a single certificate.
78+
6779
assurance_certification
6880
^^^^^^^^^^^^^^^^^^^^^^^
6981

@@ -131,7 +143,7 @@ Format::
131143
cert_file: "cert.pem"
132144

133145
This is the public part of the service private/public key pair.
134-
*cert_file* must be a PEM formatted certificate chain file.
146+
*cert_file* must be a PEM formatted file with a single certificate.
135147

136148
contact_person
137149
^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)