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:
I ran this command:
sudo /usr/bin/certbot renew --http-01-port 62080
It produced this output:
Attempting to renew cert (kriebel.mooo.com) from /etc/letsencrypt/renewal/kriebel.mooo.com.conf produced an unexpected error: Account at /etc/letsencrypt/accounts/acme-v01.api.letsencrypt.org/directory/xxx does not exist. Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/kriebel.mooo.com/fullchain.pem (failure)
My web server is (include version):
apache2 -v
Server version: Apache/2.4.38 (Raspbian)
Server built: 2023-04-21T22:01:00
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 10 (buster)
Release: 10
Codename: buster
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 0.31.0
Additional Infos:
I installed your certificate in Oct 2023 and tested everything, it work fine. I made a lot of renew attemps and they worked without any issues, although it was saying that the renew cannot be completed because the 90 day period ist not over. I added a cronjob to perform the renew command every 5 days.
A few days ago I received a reminder email that I have to take care to renew my certificate. I looged into my RPi and here we are...
The error message saying .../acme-v01.api.letsencrypt.org.. cannot be reached. That is normal, because this directory doesn't exist. I'm using v02.
This is the content of my kriebel.mooo.com.conf:
version = 0.31.0
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
/# Options used in the renewal process
[renewalparams]
account = xxx
authenticator = standalone
server = https://acme-v02.api.letsencrypt.org/directory
key_type = ecdsa
This is in the accounts folder:
root@RPi2:/etc/letsencrypt/accounts# ls
acme-staging-v02.api.letsencrypt.org acme-v02.api.letsencrypt.org