1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Update tls_mutual_auth.md

This commit is contained in:
Ginger Collison 2019-10-17 09:57:39 -05:00 committed by GitHub
parent 22ddf5f2a4
commit f65204fd51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ The server can require TLS certificates from a client. When needed, you can use
## Validating a Client Certificate
The server can verify a client certificate using a CA certificate. To require verification, add the option `verify` the TLS configuration section as follows:
The server can verify a client certificate using a CA certificate. To require verification, add the option `verify` to the TLS configuration section as follows:
```text
tls {