Hello,
With ./letsencrypt-auto renew --force-renewal i have this error :
Attempting to renew cert (e-acta.com) from /etc/letsencrypt/renewal/e-acta.com.c onf produced an unexpected error: ‘ascii’ codec can’t decode byte 0xe2 in positi on 42: ordinal not in range(128). Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/e-acta.com/fullchain.pem (failure)
Here is the contents of the file :
renew_before_expiry = 30 days
version = 0.27.1
archive_dir = /etc/letsencrypt/archive/e-acta.com
cert = /etc/letsencrypt/live/e-acta.com/cert.pem
privkey = /etc/letsencrypt/live/e-acta.com/privkey.pem
chain = /etc/letsencrypt/live/e-acta.com/chain.pem
fullchain = /etc/letsencrypt/live/e-acta.com/fullchain.pem
One way to pin it down exactly is to find the error stack trace in /var/log/letsencrypt/letsencrypt.log which will show what code path in Certbot triggered the error.