From b77b67b91423e23b72237ffd825932e4efd9cd49 Mon Sep 17 00:00:00 2001 From: Daniel Santos Date: Mon, 8 Jun 2020 17:11:48 -0600 Subject: [PATCH] doc(client_auth): Additional explanation for the client_auth example --- src/docs/markdown/caddyfile/directives/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/directives/tls.md b/src/docs/markdown/caddyfile/directives/tls.md index 5f4937f..b1de3f8 100644 --- a/src/docs/markdown/caddyfile/directives/tls.md +++ b/src/docs/markdown/caddyfile/directives/tls.md @@ -134,7 +134,7 @@ tls { } ``` -Enable TLS Client Authentication +Enable TLS Client Authentication and require clients to present a valid certificate that is verified against the provided `trusted_ca_cert_file` ```caddy-d tls {