diff options
author | Mohammed Al Sahaf <[email protected]> | 2024-04-23 16:01:54 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-23 07:01:54 -0600 |
commit | d2668cdbb06da8e2c96b072ee589465c20dd8118 (patch) | |
tree | 8af5544a66328f76f6eceec1ceaa729f37025c03 /modules | |
parent | 6a0299905479083f250c39d5780c305f82863273 (diff) | |
download | caddy-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.go | 1 |
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: |