Update website/content/docs/agent/options.mdx

Co-authored-by: Kent 'picat' Gruber <kent@hashicorp.com>
This commit is contained in:
Daniel Nephin 2021-07-12 13:03:32 -04:00 committed by GitHub
parent 4ce8cd9aba
commit 2682cd95c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ definitions support being updated during a reload.
See [TLS Configuration Reference](#tls-configuration-reference) for more information about Agent TLS settings.
~> **Security Note:** the three verify options must be set to `true` to enable TLS.
~> **Security Note:** all three verify options should be set as `true` to enable secure mTLS communication, enabling both encryption and authentication. Failing to set [`verify_incoming`](#verify_incoming) or [`verify_outgoing`](#verify_outgoing) can result in TLS not being enabled at all, even when specifying a [`ca_file`](#ca_file), [`cert_file`](#cert_file), and [`key_file`](#key_file).
```javascript
{