mirror of
https://github.com/caddyserver/website.git
synced 2025-05-07 04:07:13 -04:00
doc(tls-directive): Fix identation
This commit is contained in:
parent
b16c6315fa
commit
bd45c71742
1 changed files with 2 additions and 2 deletions
|
@ -25,12 +25,12 @@ tls [internal|<email>] | [<cert_file> <key_file>] {
|
|||
dns <provider_name> [<params...>]
|
||||
on_demand
|
||||
clients {
|
||||
mode [request|require|verify_if_given|require_and_verify]
|
||||
mode [request|require|verify_if_given|require_and_verify]
|
||||
trusted_ca_certs <trusted_ca_certs...>
|
||||
trusted_ca_certs_file <filename...>
|
||||
trusted_leaf_certs <trusted_leaf_certs...>
|
||||
trusted_leaf_certs_file <filename...>
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue