From 9870c8dc0f00d639d9c18fca2f2b4463fdf025db Mon Sep 17 00:00:00 2001 From: Amos Shapira <54257057+amossc@users.noreply.github.com> Date: Thu, 2 Sep 2021 15:07:20 +1000 Subject: [PATCH] docs: Add missing "is" on core security models (#10975) Add missing "is" in description of `auto_encrypt.tls` parameter on core security models page. --- website/content/docs/security/security-models/core.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/security/security-models/core.mdx b/website/content/docs/security/security-models/core.mdx index d51c01c33b..03784ebc21 100644 --- a/website/content/docs/security/security-models/core.mdx +++ b/website/content/docs/security/security-models/core.mdx @@ -111,7 +111,7 @@ environment and adapt these configurations accordingly. - [`allow_tls`](/docs/agent/options#allow_tls) - By default this is false, and should be set to true on server agents to allow certificates to be automatically generated and distributed from the Connect CA to client agents. - - [`tls`](/docs/agent/options#tls) - By default this false, and should be set to true on client agents to + - [`tls`](/docs/agent/options#tls) - By default this is false, and should be set to true on client agents to automatically request a client TLS certificate from the server's Connect CA. **Example Server Agent TLS Configuration**