Is it possible to issue the command
/usr/share/elasticsearch/bin/elasticsearch-certutil http
in unattended mode? I automated the whole certificate generation stuff but couldnt solve this task.
Is it possible to issue the command
/usr/share/elasticsearch/bin/elasticsearch-certutil http
in unattended mode? I automated the whole certificate generation stuff but couldnt solve this task.
Edit... Hmm Looking... It does not appear so natively.
I thought so too ^^
elasticsearch-certutil http
is specifically designed to be an interactive guide.
The certificates it generates at the end are exactly the same as the certificate you can generate with elasticsearch-certutil cert
- the http
mode just walks you through the set of things you need to consider.
If you already know the answers to all of those questions, then you can just use elasticsearch-certutil cert
to create the certs you need.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.