hlandau / acmetool

:lock: acmetool, an automatic certificate acquisition tool for ACME (Let's Encrypt)

Home Page:https://hlandau.github.io/acmetool/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restart hook for docker containers

simonszu opened this issue · comments

I am currently migrating to docker. I use acmetool to obtain SSL certificates for mosquitto which is currently natively installed, and restarted via an acmetool systemd hook. Now i want to migrate mosquitto to a docker container, and use it with an acmetool created SSL certificate as well, which is mountable into the container. However, i am still missing a restart hook which restarts the container after renewing the certificate. How can i do this?