From 26dc6187fc18d414e2cfed6bec4e64df9d7c7beb Mon Sep 17 00:00:00 2001 From: Deb Adair Date: Mon, 26 Jun 2017 16:05:12 -0700 Subject: [PATCH] [DOCS] Fixed cross doc links. Original commit: elastic/x-pack-elasticsearch@c7b37c858a726459d0106c895950112bd1cfe329 --- docs/en/settings/ssl-settings.asciidoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/en/settings/ssl-settings.asciidoc b/docs/en/settings/ssl-settings.asciidoc index 2c8c6170f66..5893ddc78ac 100644 --- a/docs/en/settings/ssl-settings.asciidoc +++ b/docs/en/settings/ssl-settings.asciidoc @@ -44,8 +44,7 @@ Java Cryptography Architecture documentation]. Defaults to the value of The following settings are used to specify a private key, certificate, and the trusted certificates that should be used when communicating over an SSL/TLS connection. -If none of the settings below are specified, this will default to the <>. +If none of the settings below are specified, the {xpack-ref}/security-settings.html#ssl-tls-settings[Default TLS/SSL Settings] are used. ifdef::server[] A private key and certificate must be configured. endif::server[] @@ -53,7 +52,7 @@ ifndef::server[] A private key and certificate are optional and would be used if the server requires client authentication for PKI authentication. endif::server[] -If none of the settings below are specified, the <> will be used. +If none of the settings below are specified, the {xpack-ref}/security-settings.html#ssl-tls-settings[Default TLS/SSL Settings] are used. [float] ===== PEM Encoded Files