Fix tls directive markdown formatting

This commit is contained in:
Francis Lavoie 2023-04-06 08:19:38 -04:00
parent beccb3e87b
commit 4411a7015d
No known key found for this signature in database
GPG key ID: 0F66EE1687682239

View file

@ -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 |