From 7e681b142814670a1edcb1e327ec261e625bee62 Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Mon, 12 Jul 2021 13:03:32 -0400 Subject: [PATCH] Update website/content/docs/agent/options.mdx Co-authored-by: Kent 'picat' Gruber --- website/content/docs/agent/options.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/agent/options.mdx b/website/content/docs/agent/options.mdx index a91752c16f..a33f3f0293 100644 --- a/website/content/docs/agent/options.mdx +++ b/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 {