From 74946ddde9a5e297f5bb0b23756eb1685bba62a9 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Mon, 17 Jul 2017 00:07:34 -0700 Subject: [PATCH] Fixes a broken link. --- 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 814c89a5f2..d61b384f01 100644 --- a/website/source/docs/agent/encryption.html.md +++ b/website/source/docs/agent/encryption.html.md @@ -125,7 +125,7 @@ setting the [`https`](/docs/agent/options.html#http_port) port. everywhere but the agents will not yet be enforcing TLS. 3. (Optional, Enterprise-only) If applicable, set the `UseTLS` setting in any network areas to `true`. This can be done either through the [`consul operator area update`](/docs/commands/operator/area.html) -command or the [Operator API](api/operator/area.html). +command or the [Operator API](/api/operator/area.html). 4. Change the `verify_incoming` and `verify_outgoing` settings (as well as `verify_server_hostname` if applicable) to `true`. 5. Perform another rolling restart of each agent in the cluster.