Hello,
In order to enable SSL security, I did follow steps and generated the certificate first. While generating it asked for a password(to create one for the cert protection)
Please enter the desired output file [elastic-certificates.p12]: /etc/elasticsearch/elastic-certificates.p12
Enter password for elastic-certificates.p12:
Certificates written to /etc/elasticsearch/elastic-certificates.p12
After that when I went in and make changes to the yml file, it only gives you the option to define the path and elastic service could not be started with a clear message:
failed to initialize SSL TrustManager - not permitted to read truststore file [/etc/elasticsearch/elastic-certifica
tes.p12
which I believe is only because I have not mentioned password anywhere. Any line that I could add or may be use keystore util to provide password for the cert?
Thank you so much