Silent setup

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.

1 Like

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