From bd56be87662c5f29cf2389fb365355f2af33ce62 Mon Sep 17 00:00:00 2001 From: Daniel Santos Date: Thu, 21 May 2020 14:33:02 -0600 Subject: [PATCH] doc(tls-directive): Fix table formatting --- 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 a4187fd..b244ff7 100644 --- a/src/docs/markdown/caddyfile/directives/tls.md +++ b/src/docs/markdown/caddyfile/directives/tls.md @@ -93,7 +93,7 @@ clients { | request | Ask clients for a certificate, but allow even if there isn't one; do not verify it | | require | Require clients to present a certificate, but do not verify it | | verify_if_given | Ask clients for a certificate; allow even if there isn't one, but verify it if there is | - | require_and_verify | Require clients to present a valid certificate that is verified | + | require_and_verify | Require clients to present a valid certificate that is verified | The default mode is `require_and_verify` if any TrustedCACerts or TrustedLeafCerts are provided; otherwise, the default mode is `require`