How to put password in elasticsearch keystore without using bin\elasticsearch-keystore add

Currently my private key, public cert and signed cert are done using openssl
How do I put password in elasticsearch keystore without using bin\elasticsearch-keystore add?
It appears that the bin\elasticsearch-keystore will create a seperate keystore on its own

any help is appreciated!

The elasticsearch-keystore command is a tool for managing the Elasticsearch keystore file which is a way of configuring secret values for Elasticsearch to use.

It has nothing to do with private keys for SSL.

Elasticsearch does not provide a tool that can add a password to a private key, but openssl can do that for you.

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