May 15, 2018 · Server Crontab

Setup crontab for Certbot

sudo su -
crontab -e

Add this, leave a blank line at the end of file before save!!!

28 4,23 * * * /opt/letsencrypt/certbot-auto renew --pre-hook "service nginx stop" --post-hook "service nginx start"