Getting Vulnerability for the Elastic 9200 SSL/TLS – Open Source Elasticsearch and Kibana
Thanks for reply,
Here i am using the following commands to create the certs for elasticsearch
mkdir /etc/elasticsearch/certs
cd /etc/elasticsearch/certs
curl -so ~/search-guard-tlstool-1.8.zip maven.search-guard.com/search-guard-tlstool/1.8/search-guard-tlstool-1.8.zip
unzip ~/search-guard-tlstool-1.8.zip -d ~/searchguard
curl -so ~/searchguard/search-guard.yml raw.githubusercontent.com/wazuh/wazuh-documentation/4.0/resources/open-distro/searchguard/search-guard-aio.yml
~/searchguard/tools/sgtlstool.sh -c ~/searchguard/search-guard.yml -ca -crt -t /etc/elasticsearch/certs/
By the above process the certs for elasticsearch is creating ,here which file we need to changes the keysize to bigger.
If possible can you please provide some example/ref link to check on it
Thanks…
Read more here: Source link
