mirror of https://github.com/status-im/consul.git
Update website/content/docs/upgrading/upgrade-specific.mdx
This commit is contained in:
parent
415e4a5012
commit
94ff34bbe4
|
@ -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
|
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)
|
[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
|
if you currently rely on Consul agents presenting the auto-encrypt or
|
||||||
on the gRPC port, and do not have certificates configured via
|
auto-config certs as the TLS server certs on the gRPC port.
|
||||||
[tls.grpc](/docs/agent/config/config-files#tls_grpc)
|
|
||||||
or [tls.defaults](/docs/agent/config/config-files#tls_defaults).
|
|
||||||
The new `use_auto_cert` flag enables TLS for gRPC based on the presence
|
The new `use_auto_cert` flag enables TLS for gRPC based on the presence
|
||||||
of auto-encrypt certs.
|
of auto-encrypt certs.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue