I assume a command to restart webgui and/or haproxy would go here. Any help would be appreciated!
Hi Fraenki, first time posting here on the OPNsense forum. I am also looking for guidance on Let's Encrypt Automation feature. I
However, I would like to know if it's possible to "fully" automate external host via triggering a script or simple service reload.Currently, one of my home lab server running a Proxmox VE requires placing and naming the generated certs in a specific location and triggering a systemctl restart pveproxy to apply the new cert.
if diff /etc/ssl/old_cert.pem /etc/ssl/new_cert.pem >/dev/null; then cp /etc/ssl/new_cert.pem /etc/ssl/old_cert.pem systemctl restart myservicefi