doc(tls-directive): Fix table formatting

This commit is contained in:
Daniel Santos 2020-05-21 14:33:02 -06:00
parent bd45c71742
commit bd56be8766
No known key found for this signature in database
GPG key ID: A229BF2C70CA3B94

View file

@ -93,7 +93,7 @@ clients {
| 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 |
| require_and_verify | Require clients to present a valid certificate that is verified |
| require_and_verify | Require clients to present a valid certificate that is verified |
The default mode is `require_and_verify` if any TrustedCACerts or TrustedLeafCerts are provided; otherwise, the default mode is `require`