Wrong security on letsencrypt.log file (so Let'sEncrypt won't create or renew any certificate)

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 !

Hi @J-C-P,

It should be fixed in the 1.6.6 version.

Regards,

Théophile.

1 Like

Merci Théophile :slight_smile:
Bonne journée !