Fixup links

This commit is contained in:
freddygv 2022-10-18 10:12:45 -06:00
parent 0d4b11c01b
commit ef2127ec51
1 changed files with 3 additions and 3 deletions

View File

@ -70,11 +70,11 @@ to use TLS for gRPC, upgrading Consul 1.13.1 will cause
Envoy proxies to disconnect from the control plane (Consul agents). Envoy proxies to disconnect from the control plane (Consul agents).
If upgrading to version 1.13.2 from 1.13.1 you must enable If upgrading to version 1.13.2 from 1.13.1 you must enable
[tls.grpc.use_auto_cert](https://developer.hashicorp.com/consul/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 use the Connect CA and auto-encrypt certs for TLS
on the gRPC port, and do not have certificates configured via on the gRPC port, and do not have certificates configured via
[tls.grpc](https://developer.hashicorp.com/consul/docs/agent/config/config-files#tls_grpc) [tls.grpc](/docs/agent/config/config-files#tls_grpc)
or [tls.defaults](https://developer.hashicorp.com/consul/docs/agent/config/config-files#tls_defaults). 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.