If crlfile is updated, i have to restart mosquitto in order to apply those changes.
Is there a way to do that dynamically?
F.e, send message to topic $CONTROL/dynamic-security/v1 with ‘reload’ command?
If crlfile is updated, i have to restart mosquitto in order to apply those changes.
Is there a way to do that dynamically?
F.e, send message to topic $CONTROL/dynamic-security/v1 with ‘reload’ command?
Hello,
This is a feature on our roadmap as part of our “Certificate Management” feature for the Pro Mosquitto version.
What you can try is if:
docker kill -s HUP containername
works for a reload.
Thanks!
It works
Also waiting for Pro Mosquitto)