Hello,
Following this instruction:
I should be able to run command /bin/Elasticsearch-certutil http but it says, that only 3 commands are available:
adam@ubuntu1:/etc/elasticsearch$ sudo /usr/share/elasticsearch/bin/elasticsearch-certutil http
Simplifies certificate creation for use with the Elastic Stack
Commands
--------
csr - generate certificate signing requests
cert - generate X.509 certificates and keys
ca - generate a new local certificate authority
Non-option arguments:
command
Option Description
------ -----------
-h, --help show help
-s, --silent show minimal output
-v, --verbose show verbose output
ERROR: Unknown command [http]
The same in elasticsearch-certutil | Elasticsearch Guide [7.17] | Elastic
Anyone knows which command must I run to achieve the goal from instruction from above link (encryption of http connection)?