Skip to content

Commit 6192b91

Browse files
committed
Make docs clearer
Signed-off-by: fayzal-g <[email protected]>
1 parent 448bd14 commit 6192b91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/web-configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)