Fixes a broken link.

This commit is contained in:
James Phillips 2017-07-17 00:07:34 -07:00 committed by GitHub
parent 096003df5a
commit f7629a4f66
1 changed files with 1 additions and 1 deletions

View File

@ -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.