Remove default value

This commit is contained in:
Pedro Cunha 2024-12-12 14:59:25 +00:00
parent 680bc59857
commit 157c974ea0

View file

@ -514,7 +514,6 @@ Enable TLS Client Authentication and require clients to present a valid certific
example.com { example.com {
tls { tls {
client_auth { client_auth {
mode require_and_verify
trust_pool file ../caddy.ca.cer ../root.ca.cer trust_pool file ../caddy.ca.cer ../root.ca.cer
} }
} }