[go: nahoru, domu]

Skip to content

Commit

Permalink
Make docs clearer
Browse files Browse the repository at this point in the history
Signed-off-by: fayzal-g <fayzal.ghantiwala@grafana.com>
  • Loading branch information
fayzal-g committed Jun 14, 2023
1 parent 448bd14 commit 6192b91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/web-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ tls_server_config:
# Certificate for server to use to authenticate to client.
# Expected to be passed as a PEM encoded sequence of bytes as a string.
#
# NOTE: When passing the cert inline, cert_file should not be specified below.
cert: <string>
# NOTE: If passing the cert inline, cert_file should not be specified below.
[ cert: <string> ]
# Key for server to use to authenticate to client.
# Expected to be passed as a PEM encoded sequence of bytes as a string.
#
# NOTE: When passing the key inline, key_file should not be specified below.
key: <secret>
# NOTE: If passing the key inline, key_file should not be specified below.
[ key: <secret> ]
# CA certificate for client certificate authentication to the server.
# Expected to be passed as a PEM encoded sequence of bytes as a string.
#
# NOTE: When passing the client_ca inline, client_ca_file should not be specified below.
# NOTE: If passing the client_ca inline, client_ca_file should not be specified below.
[ client_ca: <string> ]
# Certificate and key files for server to use to authenticate to client.
Expand Down

0 comments on commit 6192b91

Please sign in to comment.