[DOCS] Update X-Pack installation re TLS changes (elastic/x-pack-elasticsearch#2523)

* [DOCS] Update xpack installation re TLS changes

* [DOCS] Clarify multi-node TLS requirement

Original commit: elastic/x-pack-elasticsearch@a961488fa1
This commit is contained in:
Lisa Cawley 2017-09-18 11:20:18 -07:00 committed by GitHub
parent 47214426e9
commit f71dc549a5
1 changed files with 9 additions and 3 deletions

View File

@ -139,11 +139,17 @@ the correct value for your environment, you may consider setting the value to
============================================================================= =============================================================================
. Configure passwords and SSL/TLS. . Configure passwords and SSL/TLS.
.. If you have more than one node or a single node that listens on an external .. If you have a non-trial license and you want to use {security}, you must
interface, you must configure SSL/TLS for inter-node communication. Single-node configure SSL/TLS for internode-communication.
instances that use a loopback interface do not have this requirement. For more +
--
NOTE: This requirement applies to clusters with more than one node and to
clusters with a single node that listens on an external interface. Single-node
clusters that use a loopback interface do not have this requirement. For more
information, see information, see
{xpack-ref}/encrypting-communications.html[Encrypting Communications]. {xpack-ref}/encrypting-communications.html[Encrypting Communications].
--
... Generate node certificates. For example, you can use the `certgen` command ... Generate node certificates. For example, you can use the `certgen` command
line tool to generate a certificate authority and signed certificates for your line tool to generate a certificate authority and signed certificates for your
nodes. nodes.