1) manual https://certbot.eff.org/docs/using.html?highlight=renew#renewing-certificates
By default, the following locations are searched:
/etc/letsencrypt/cli.ini
добавляем в этот файл
renew-hook = /usr/local/bin/renew.sh
в /usr/local/bin/renew.sh файл добавляем
#!/bin/sh
/bin/systemctl reload nginx
Проверяем в /var/log/letsencrypt
2) Если обновляется через systemd, то смотрим:
/lib/systemd/system/certbot.timer
и добавляем там
--renew-hook "/bin/systemctl reload nginx"
2) Если обновляется через systemd, то смотрим:
/lib/systemd/system/certbot.timer
и добавляем там
--renew-hook "/bin/systemctl reload nginx"
Комментариев нет:
Отправить комментарий