Sorry,
had to re-open issue that automatically was closed due to that I was very busy in the last few weeks.
Initially opened as
@sahsanu
Pleased me to show the output of the following commands:
Today I tried to move the cron-job "certbot" to cron.weekly hopefully to see some results in the next few days.
On machine #1 using Certbot
$> grep -Eril "(certbot|letsencrypt)" /etc/cron*
grep -Eril "(certbot|letsencrypt)" /etc/cron*
/etc/cron.weekly/certbot
grep -Eril "(certbot|letsencrypt)" /var/spool/
(no result)
On machine #2 using Certbot
Note: This one is still running Ubuntu 13.04 without SystemD Scheduler.
$> grep -Eril "(certbot|letsencrypt)" /etc/cron*
/etc/cron.monthly/letsencrypt
/etc/cron.weekly/certbot
grep -Eril "(certbot|letsencrypt)" /var/spool/
(no result)
No other issuing client should be running. Machine #1 has been recently setup (Debian 8) and is using only Certbot (debian package "Certbot 0.9.3-1~bpo8+1").