(01-08-2017, 05:58 PM)Bobses Wrote: Thank you both.
I assume that a daily cron job is better than weekly or monthly, especially if we have certs who are going to expire at different moments. So, my cron job is:
Code:01 0 * * * /path/to/folder/letsencrypt/./letsencrypt-auto renew >> /var/log/letsencrypt/letsencrypt_renew.log
do i have to use this code as root ? nothing else to do before?