Configurate ElasticSearch and Kibana with a differente certificate CA

Hello everyone, I installed elasticksearch and kibana version 8.61 in docker, but I need to cahnge the certificate ca by a differente certificate, can you help me with the steps to take?

This is unclear; do you want Kibana https to be a different cert? While it's probably not documented, the best way to put Kibana behind https is to proxy it via Apache or NGINX. If you do that, then have Kibana listen only on localhost or have very good firewall rules.

When you install elastic by default, it is left with a certificate from your own CA, I need to change that certificate to one from the my organization.

It's in the doc: Update security certificates with a different CA | Elasticsearch Guide [master] | Elastic

Edited to fix link

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