User Tools

Site Tools


certbot

This is an old revision of the document!


certbot

Use cron instead of systemd timers

  systemctl --all list-timers
 
  systemctl stop    certbot.timer
  systemctl disable certbot.timer
  systemctl mask    certbot.timer
 
  m=$(( RANDOM % 60 )); h=$(( RANDOM % 24 )); d=$(( RANDOM % 7 ))
  # dom=$(( 1+ RANDOM % 31 )) mon=$(( 1+ RANDOM % 12 ))
  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.1568674514.txt.gz · Last modified: 2019-09-17 00:55:14 by mi