SSL certificate

how to implement SSL certificate for the Elasticsearch version 8.2.0, can any one explain

Start Elasticsearch.
It's automatically generated by default.

Certificate by default generated are not properly secured.
When i hit my ip address, its showing that "your connection is not secured".
Is there any other way to get my SSL???

Your connection is not private

Attackers might be trying to steal your information from ip address (for example, passwords, messages or credit cards). Learn more

NET::ERR_CERT_AUTHORITY_INVALID

It's because it's a self-signed certificate.

Have a look at Security settings in Elasticsearch | Elasticsearch Guide [8.2] | Elastic and ssl.certificate to see how to provide your own certificate.

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