File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,19 +26,19 @@ tls_server_config:
2626 # Certificate for server to use to authenticate to client.
2727 # Expected to be passed as a PEM encoded sequence of bytes as a string.
2828 #
29- # NOTE: When passing the cert inline, cert_file should not be specified below.
30- cert: <string>
29+ # NOTE: If passing the cert inline, cert_file should not be specified below.
30+ [ cert: <string> ]
3131
3232 # Key for server to use to authenticate to client.
3333 # Expected to be passed as a PEM encoded sequence of bytes as a string.
3434 #
35- # NOTE: When passing the key inline, key_file should not be specified below.
36- key: <secret>
35+ # NOTE: If passing the key inline, key_file should not be specified below.
36+ [ key: <secret> ]
3737
3838 # CA certificate for client certificate authentication to the server.
3939 # Expected to be passed as a PEM encoded sequence of bytes as a string.
4040 #
41- # NOTE: When passing the client_ca inline, client_ca_file should not be specified below.
41+ # NOTE: If passing the client_ca inline, client_ca_file should not be specified below.
4242 [ client_ca: <string> ]
4343
4444 # Certificate and key files for server to use to authenticate to client.
You can’t perform that action at this time.
0 commit comments