mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 20:46:15 -04:00
Fix tls
directive markdown formatting
This commit is contained in:
parent
beccb3e87b
commit
4411a7015d
1 changed files with 13 additions and 13 deletions
|
@ -116,7 +116,7 @@ tls [internal|<email>] | [<cert_file> <key_file>] {
|
|||
- **mode** <span id="mode"/> is the mode for authenticating the client. Allowed values are:
|
||||
|
||||
| Mode | Description |
|
||||
|--------------------|------------------------------------------------------------------------------------------|
|
||||
| --- | --- |
|
||||
| request | Ask clients for a certificate, but allow even if there isn't one; do not verify it |
|
||||
| require | Require clients to present a certificate, but do not verify it |
|
||||
| verify_if_given | Ask clients for a certificate; allow even if there isn't one, but verify it if there is |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue