Browse Source

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

Co-authored-by: Kent 'picat' Gruber <kent@hashicorp.com>
pull/10579/head
Daniel Nephin 3 years ago committed by GitHub
parent
commit
7e681b1428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      website/content/docs/agent/options.mdx

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

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

Loading…
Cancel
Save