Hi, I use nginx-proxy-manager to manage my certificates. My mailcow runs on different vm. I can successfully import the certificate by using instructions for the post hook script, but I’m looking for advice on best way how to automate this now.
I’m thinking sharing the cert directory over nfs to mailcow vm, and then use something like inotifywait to run the post hook script and restart the 3 containers if the files change.
If you’re using the post hook script how do you manage the renews automatically?