aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorMohammed Al Sahaf <[email protected]>2024-04-23 16:01:54 +0300
committerGitHub <[email protected]>2024-04-23 07:01:54 -0600
commitd2668cdbb06da8e2c96b072ee589465c20dd8118 (patch)
tree8af5544a66328f76f6eceec1ceaa729f37025c03 /modules
parent6a0299905479083f250c39d5780c305f82863273 (diff)
downloadcaddy-d2668cdbb06da8e2c96b072ee589465c20dd8118.tar.gz
caddy-d2668cdbb06da8e2c96b072ee589465c20dd8118.zip
doc: add `verifier` in `ClientAuthentication` caddyfile marshaler doc (#6263)
Diffstat (limited to 'modules')
-rw-r--r--modules/caddytls/connpolicy.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/caddytls/connpolicy.go b/modules/caddytls/connpolicy.go
index 1e1455446..7edfa3ef0 100644
--- a/modules/caddytls/connpolicy.go
+++ b/modules/caddytls/connpolicy.go
@@ -419,6 +419,7 @@ type ClientAuthentication struct {
// }
// trusted_leaf_cert <base64_der>
// trusted_leaf_cert_file <filename>
+// verifier <module>
// }
//
// If `mode` is not provided, it defaults to `require_and_verify` if any of the following are provided: