[DOCS] Fixed cross doc links.
Original commit: elastic/x-pack-elasticsearch@c7b37c858a
This commit is contained in:
parent
ea9ce967ca
commit
26dc6187fc
|
@ -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
|
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.
|
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 <<ssl-tls-settings, {xpack}
|
If none of the settings below are specified, the {xpack-ref}/security-settings.html#ssl-tls-settings[Default TLS/SSL Settings] are used.
|
||||||
defaults>>.
|
|
||||||
ifdef::server[]
|
ifdef::server[]
|
||||||
A private key and certificate must be configured.
|
A private key and certificate must be configured.
|
||||||
endif::server[]
|
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
|
A private key and certificate are optional and would be used if the server requires client authentication for PKI
|
||||||
authentication.
|
authentication.
|
||||||
endif::server[]
|
endif::server[]
|
||||||
If none of the settings below are specified, the <<ssl-tls-settings, {xpack} defaults>> 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]
|
[float]
|
||||||
===== PEM Encoded Files
|
===== PEM Encoded Files
|
||||||
|
|
Loading…
Reference in New Issue