elasticsearchssl / easyssl

An elasticsearch plugin adding ssl to both http(client-to-cluster) and transport(node-to-node) with several simple java files.
Apache License 2.0
2 stars 0 forks source link

Node-to-node auth #1

Open paulkling opened 7 years ago

paulkling commented 7 years ago

I read

Assuming your keystore contains key pair and certificate chains for this node, and trusted certificates of all nodes in the cluster.

I know how to add normal certificates for SSL. But I am unsure if the trusted certificate is used for node-to-node auth.

Do you have example or doc's of how to add trusted certificates? If indeed they are used for auth?

amolpshinde07 commented 7 years ago

@elasticsearchssl can you please provide some more information/steps? i tried using provided information but unable to use https for my elasticsearch node