Update src/docs/markdown/caddyfile/directives/tls.md

Co-authored-by: Francis Lavoie <lavofr@gmail.com>
This commit is contained in:
Daniel Santos 2020-05-21 14:36:19 -06:00 committed by GitHub
parent bd56be8766
commit 38be8198c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,9 +138,9 @@ Enable TLS Client Authentication
```caddy-d
tls {
clients {
mode require_and_verify
trusted_ca_certs_file cacerts.crt
}
clients {
mode require_and_verify
trusted_ca_certs_file cacerts.crt
}
}
```