Pull request 131: Add instruction for certbot 2.1.0

Squashed commit of the following:

commit db051ac92e00da2d673f7cecb844c2d61ace4f8b
Author: Andrey Yakushin <a.yakushin@adguard.com>
Date:   Wed Jan 21 12:31:15 2026 +0000

    Applied suggestion

commit 88c4ceebae779c8bd6b68b5e1d7f8efdf0cf1683
Author: Sergey Fionov <sfionov@adguard.com>
Date:   Wed Jan 21 14:21:48 2026 +0200

    Add instruction for certbot 2.3.0
This commit is contained in:
Sergey Fionov 2026-01-21 12:32:06 +00:00
parent cb4541be2c
commit 6c2a6c5a76

View file

@ -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/<yourdomain>.conf`:
```conf
renew_hook = systemctl restart trusttunnel
```
Adjust `trusttunnel` to your actual systemd unit name.
## Test renewal