понедельник, 15 октября 2018 г.

Certbot auto renew

Где добавлять renew?
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"

Комментариев нет:

Отправить комментарий