Configuring SSL/TLS for elasticsearch cluster

I'm trying to enable elastic search security for my es cluster and am following this page Encrypting communications in an Elasticsearch Docker Container | Elasticsearch Guide [7.12] | Elastic
However, unlike in the example my cluster has 3 nodes all on separate hosts. As such they won't have access to the volume that the certifications are created on as seen here.


are there any material that covers configuring encrypted communication with seperate

Ohh just re-read docker... Hmm need to think.

@spartin07 welcome to the community.

This looks like a how to.

Looks like you will need to generate the certs and then put copies on volumes that each node can access

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.