User Tools

Site Tools


certbot

This is an old revision of the document!


Use cron instead of systemd timers

systemctl --all list-timers

systemctl stop certbot.timer
systemctl disable certbot.timer
systemctl mask certbot.timer

m=$(( RANDOM % 59 )); h=$(( RANDOM % 24 )); d=$(( RANDOM % 7 ))
echo "## Let's Encrypt SSL certificate renewal with certbot" | tee -a /etc/crontab
echo "$m $h * * $d root /usr/bin/certbot renew"              | tee -a /etc/crontab
/docs/dokuwiki/data/attic/certbot.1568635309.txt.gz · Last modified: 2019-09-16 14:01:49 by mi