From c2c154eaf4135c155617b8ca902780105ac1ac00 Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Sun, 7 Jul 2019 16:55:03 +0200 Subject: [PATCH] [docs] Link to TLS guide in Encryption doc (#6071) Fixes issue #6067 --- website/source/docs/agent/encryption.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/encryption.html.md b/website/source/docs/agent/encryption.html.md index a713bdff2c..6758889ff3 100644 --- a/website/source/docs/agent/encryption.html.md +++ b/website/source/docs/agent/encryption.html.md @@ -103,5 +103,5 @@ and is secured using a symmetric key. See above for enabling gossip encryption. As of version 0.8.4, Consul supports migrating to TLS-encrypted traffic on a running cluster without downtime. This process assumes a starting point with no TLS settings configured, and involves an intermediate step in order to get to full TLS encryption. Review this step-by-step -[guide](https://learn.hashicorp.com/consul/security-networking/agent-encryption#enable-tls-existing-cluster) to learn how. +[guide](https://learn.hashicorp.com/consul/security-networking/certificates) to learn how.