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
64
64
General directives
65
65
------------------
66
66
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
+
67
79
assurance_certification
68
80
^^^^^^^^^^^^^^^^^^^^^^^
69
81
@@ -131,7 +143,7 @@ Format::
131
143
cert_file: "cert.pem"
132
144
133
145
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 .
135
147
136
148
contact_person
137
149
^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments