Replies: 1 comment
-
use a script file:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was learing and playing with my acme.sh setup. I'm using the certs in two or more application. After a renew the applications need to get restarted. I was messing around with this and couldn't really find a clever way to do it properly. At some point, I realized I'm overcomplicating things and could do it differently. See below.
--reloadcmd "systemctl restart dovecot && systemctl restart postfix"
But later I wondered if this was the right approach. Because if you have several applications that all require a restart or reload during a certs update, the list can get quite long. So I thought, I'd just ask here if my approach is the right one.
Full command I used for reference.
Beta Was this translation helpful? Give feedback.
All reactions