Hi,
The letsencrypt.log file is created with the wrong security settings.
It blocks the certificate creation and/or renewal.
The wrong security settings are
Owner: root
Group: nginx
Permission: 640
To temporary fix the issue, I just delete the file, run the certbot-renew job and a new letsencrypt.log file is created with the following properties :
Owner: nginx
Group: nginx
Permission: 660
Any idea how to fix it permanently ?
Thanks !