This might be a newbie Linux question but on acme.sh, where you specify --reloadcmd I currently have that set to service apache2 restart. I am also running Webmin on this server which is it's own miniserv instance, so I need to be able to restart that as well when the cert if renewed. How do I issue two commands, or do I need to make a script that does both and call that script?
I have Webmin using the same certificate files as Apache, which is working great.
I'm not that well familiair with acme.sh, but it might be possible to put the commands between quotes ("...") and separate the commands with a semi-colon (;). I think it should work, as acme.sh is mostly just bash scripting, so using a semi-colon makes sense IMO.