Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:
kriebel.mooo.com
I ran this command:
sudo certbot renew
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/kriebel.mooo.com.conf
Failed to renew certificate kriebel.mooo.com with error: Account at /etc/letsencrypt/accounts/acme-v01.api.letsencrypt.org/directory/xxxx does not exist
All renewals failed. The following certificates could not be renewed:
/etc/letsencrypt/live/kriebel.mooo.com/fullchain.pem (failure)
1 renew failure(s), 0 parse failure(s)
My web server is (include version):
apache2 -v
Server version: Apache/2.4.56 (Raspbian)
Server built: 2023-04-02T03:06:01
The operating system my web server runs on is (include version):
lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
My hosting provider, if applicable, is:
I run this on my own local server (raspberry pi) via dsl router port forwarding from 80 to 62080
I can login to a root shell on my machine (yes or no, or I don't know):
yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
I'm using a ssh terminal to connect to the RPi
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
certbot --version
certbot 2.8.0
Additional Infos:
I had a very similar issue in Jan 7th (Unexpected Error during renew). I'm facing the same issue again.
I renewed the certificate on Jan 7th. The next 2 months the cronjob tried to renew twice a day, saying it is too early - as expected. Now it's time to renew and it fails.
Again, same as on Jan 7th the error message saying .../acme-v01.api.letsencrypt.org.. cannot be reached. Of course this fails because this directory doesn't exist. I'm using v02.
This is the content of my kriebel.mooo.com.conf:
version = 2.7.4
archive_dir = /etc/letsencrypt/archive/kriebel.mooo.com
cert = /etc/letsencrypt/live/kriebel.mooo.com/cert.pem
privkey = /etc/letsencrypt/live/kriebel.mooo.com/privkey.pem
chain = /etc/letsencrypt/live/kriebel.mooo.com/chain.pem
fullchain = /etc/letsencrypt/live/kriebel.mooo.com/fullchain.pem
[renewalparams]
account = xxx
authenticator = standalone
server = https://acme-v02.api.letsencrypt.org/directory
key_type = ecdsa
http01_port = 62080
This is in the accounts folder:
root@RPi2B:/etc/letsencrypt/accounts# ls
acme-staging-v02.api.letsencrypt.org acme-v02.api.letsencrypt.org
And the last info, not to forget, dryrun works!
sudo certbot renew --dry-run
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/kriebel.mooo.com.conf
Simulating renewal of an existing certificate for kriebel.mooo.com
Congratulations, all simulated renewals succeeded:
/etc/letsencrypt/live/kriebel.mooo.com/fullchain.pem (success)