In /etc/cron.d i added a file called 'lets-encrypt' and added this contents: (permissions root 0644)
You may find it on Google though
Quote:9 5 * * * root [ service apache2 stop ] && [ certbot renew ] && [ service apache2 start ]I use certbot now as it is the suggested platform. I do not remember what the original was
You may find it on Google though