Enable HTTPS on Kibana on Docker

I've used this for deploying the ELK: https://github.com/deviantony/docker-elk

I have my cert and private key, but I have no idea where to store them and how to write the path according to this: https://www.elastic.co/guide/en/kibana/current/configuring-tls.html

Please help me you guys who are running ELK on Docker.

Thank you very much for your support!

The easiest approach is to use bind-mounted configuration like explained here: https://www.elastic.co/guide/en/kibana/current/docker.html#bind-mount-config

Put the certs and your kibana.yml file on your host file system, then mount them into the container file system using volumes.

Amazing! Thanks for the reply.

Now working perfectly.

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