From 9bd0d77a1092cc1d63719bd5cdefb7195f2fa605 Mon Sep 17 00:00:00 2001 From: Freddy Date: Sat, 22 Oct 2022 15:49:57 -0600 Subject: [PATCH] Update website/content/docs/upgrading/upgrade-specific.mdx --- website/content/docs/upgrading/upgrade-specific.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website/content/docs/upgrading/upgrade-specific.mdx b/website/content/docs/upgrading/upgrade-specific.mdx index 521fe5f4b..77d61e4ff 100644 --- a/website/content/docs/upgrading/upgrade-specific.mdx +++ b/website/content/docs/upgrading/upgrade-specific.mdx @@ -73,10 +73,8 @@ Envoy proxies to disconnect from the control plane (Consul agents). If upgrading to version 1.13.2 or later, you must enable [tls.grpc.use_auto_cert](/docs/agent/config/config-files#use_auto_cert) -if you currently use the Connect CA and auto-encrypt certs for TLS -on the gRPC port, and do not have certificates configured via -[tls.grpc](/docs/agent/config/config-files#tls_grpc) -or [tls.defaults](/docs/agent/config/config-files#tls_defaults). +if you currently rely on Consul agents presenting the auto-encrypt or +auto-config certs as the TLS server certs on the gRPC port. The new `use_auto_cert` flag enables TLS for gRPC based on the presence of auto-encrypt certs.