File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,18 @@ Configuration directives
6464General 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+
6779assurance_certification
6880^^^^^^^^^^^^^^^^^^^^^^^
6981
@@ -131,7 +143,7 @@ Format::
131143 cert_file: "cert.pem"
132144
133145This 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
136148contact_person
137149^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments