security-files-reference.asciidoc 653 B

123456789101112131415161718
  1. [role="exclude"]
  2. ===== Security certificates and keys
  3. When you install {es}, the following certificates and keys are
  4. generated in the {es} configuration directory, which are used to connect a {kib}
  5. instance to your secured {es} cluster and to encrypt internode communication.
  6. The files are listed here for reference.
  7. `http_ca.crt`::
  8. The CA certificate that is used to sign the certificates for the HTTP layer of
  9. this {es} cluster.
  10. `http.p12`::
  11. Keystore that contains the key and certificate for the HTTP layer for this node.
  12. `transport.p12`::
  13. Keystore that contains the key and certificate for the transport layer for all
  14. the nodes in your cluster.