mirror of
https://github.com/caddyserver/website.git
synced 2025-05-07 04:07:13 -04:00
Update src/docs/markdown/caddyfile/directives/tls.md
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
This commit is contained in:
parent
bd56be8766
commit
38be8198c0
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue