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
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.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.