I'm trying to generate a PEM certificate for elasticsearch using elasticsearch-certutil by introducing the following line
bin/elasticsearch-certutil ca --pem
Then, the program asks me to set a name for the resulting .zip . However, when finishing executing it, no .PEM has been issued from the program into the elasticsearch root directory.
I executed the program as root, using Elasticsearch 8.11 (the latest version up to date)
This is expected, it will create a zip file with the certificate and key in PEM format, it will not create a .pem file, it will create a .crt and a .key file.
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.