[DOCS] Fixed broken TLS link

Original commit: elastic/x-pack-elasticsearch@34ec651dc9
This commit is contained in:
lcawley 2018-02-15 12:31:48 -08:00
parent ae8152b55b
commit 90b1dec14b
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ applicable to your cluster.
. Configure each node in the cluster to identify itself using its signed
certificate and enable TLS on the transport layer. You can also optionally
enable TLS on the HTTP layer. See
{ref}/configuring-tls.html#enable-ssl[Enabling TLS on {es} Nodes].
{ref}/configuring-tls.html#tls-transport[Encrypting Communications Between Nodes in a Cluster] and
{ref}/configuring-tls.html#tls-http[Encrypting HTTP Client Communications].
. Configure {monitoring} to use encrypted connections. See <<secure-monitoring>>.