The log /var/log/letsencrypt.log does not mention the result of the script execution from the cron task.
Logging should be added to simplify debugging.
Most likely an additional redirect should be added here
|
"echo \"%(cronTime) su - root -c \\\"%(scriptPath) '%(autoUpdateUrl)' >> %(log)\\\"\" >> /var/spool/cron/root" |
The log /var/log/letsencrypt.log does not mention the result of the script execution from the cron task.
Logging should be added to simplify debugging.
Most likely an additional redirect should be added here
lets-encrypt/scripts/ssl-manager.js
Line 1447 in 0260452