Fix link to certificate settings in PKI realm (elastic/x-pack-elasticsearch#4402)

Remove indentation so that the two lines are not interpreted as
code block and the link is rendered correctly

Original commit: elastic/x-pack-elasticsearch@a73d52dfba
This commit is contained in:
Ioannis Kakavas 2018-04-20 12:43:55 +03:00 committed by GitHub
parent bc2ef139a8
commit 14ad96ea8b

View File

@ -91,8 +91,8 @@ In particular this means:
by configuring either the `truststore` or `certificate_authorities` paths,
or by setting `verification_mode` to `none`.
+
See {ref}/security-settings.html#ssl-tls-settings[`xpack.ssl.verification_mode`]
for an explanation of this setting.
See {ref}/security-settings.html#ssl-tls-settings[`xpack.ssl.verification_mode`]
for an explanation of this setting.
* The _protocols_ supported by the interface must be compatible with those
used by the client.