eclipse / mosquitto

Eclipse Mosquitto - An open source MQTT broker
https://mosquitto.org
Other
8.61k stars 2.33k forks source link

TLS Compatible Docker Image. #3059

Closed emvarunp closed 6 days ago

emvarunp commented 1 month ago

Mosquitto Version: 2.0.18 Platform : Ubuntu.

Hi,

Requesting to add a mount point in Docker image

/mosquitto/certs

To mount the SSL/TLS certificates.

If there is any already existing location to store the certificates, that information would be helpful for me.

Thank You, V.

emvarunp commented 1 month ago

@ralight

sukesh-ak commented 2 weeks ago

@emvarunp You can refer my write-up here to get started. I setup using caddyserver for SSL (5.1) and reverse proxy. https://github.com/sukesh-ak/setup-mosquitto-with-docker

emvarunp commented 6 days ago

issue resolved. Using docker image eclipse-mosquitto:2.0.18-openssl, which let me mount the certs into the container.

Thank you, V.