diff --git a/CERT_RENEWAL.md b/CERT_RENEWAL.md index d24f97c..708f747 100644 --- a/CERT_RENEWAL.md +++ b/CERT_RENEWAL.md @@ -143,6 +143,13 @@ To save a deploy hook that will run after each successful renewal: sudo certbot reconfigure --deploy-hook "systemctl restart trusttunnel" ``` +For older versions of certbot (<2.3.0), add the following line to the `[renewalparams]` section of +`/etc/letsencrypt/renewal/.conf`: + +```conf +renew_hook = systemctl restart trusttunnel +``` + Adjust `trusttunnel` to your actual systemd unit name. ## Test renewal