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:
kreator.ch
I ran this command:
certbot renew
It produced this output:
Processing /etc/letsencrypt/renewal/kreator2.ch.conf
My web server is (include version):
Server version: Apache/2.4.56 (Debian)
The operating system my web server runs on is (include version):
Debian GNU/Linux 11 (bullseye)
My hosting provider, if applicable, is:
Hostinger
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):
No
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):certbot 1.12.0
The issue: ========
I received an email from you: Let's Encrypt certificate expiration notice for domain "kreator.ch" (and 1 more)
However running certbot I get (see above)
The cerificate for kreator.ch has been transfered from to the server related to this domain name on IP 193.203.191.198.
In /etc/letsencrypt/live I have 2 folders: kreator.ch and kreator2.ch, the latter used for an another domain.
However in /etc/letsencrypt/renewal I have only kreator2.ch.conf
Regards
Attempting to parse the version 2.6.0 renewal configuration file found at /etc/letsencrypt/renewal/kreator.ch.conf with version 1.12.0 of Certbot. This might not work.
Cert is due for renewal, auto-renewing...
Plugins selected: Authenticator apache, Installer apache
Failed to renew certificate kreator.ch with error: Account at /etc/letsencrypt/accounts/acme-v01.api.letsencrypt.org/directory/fcf5514765aa25d428e161ffbef0c64a does not exist
The following certificates are not due for renewal yet:
/etc/letsencrypt/live/kreator2.ch/fullchain.pem expires on 2024-01-08 (skipped)
All renewals failed. The following certificates could not be renewed:
/etc/letsencrypt/live/kreator.ch/fullchain.pem (failure)
The following certificates are not due for renewal yet:
/etc/letsencrypt/live/kreator.ch/fullchain.pem expires on 2024-02-05 (skipped)
/etc/letsencrypt/live/kreator2.ch/fullchain.pem expires on 2024-01-08 (skipped)
No renewals were attempted.
You are right.
It takes a while for the certifcate to be refreshed in browser.
Issue closed.
Thanks
Just for my understanding:
What of is the version = 2.6.0 indicated in /etc/letsencrypt/renewal/kreator.ch.conf ?
My certbot version is certbot 2.7.4
It's the Certbot version that generated the renewal configuration file. If somehow the Certbot version was downgraded beyond the version listed in the renewal configuration file (i.e.: the current Certbot version would be LOWER than the one in the renewal file), there could be problems with compatibility. E.g., version 1.5.0 has introduced a fancy feature requiring a specific option in the renewal configuration file and if somehow Certbot was downgraded to 1.4.0, that older version wouldn't understand the later introduced renewal configuration file option. Which could lead to problems with your cert.
TL;DR: it's just there to warn the user if somehow Certbots version was downgraded.
Yes I did as mentioned previously.
I only missed bringing kreator.conf.ch to /etc/letsencrypt/renewal
By the way the issue has been solved in the meantime.
Thanks anyway