Expired certificate unable to renew

My domain is: katielee.design

I ran this command: certbot --apache -d katielee.design

It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
Requesting a certificate for katielee.design
Performing the following challenges:
http-01 challenge for katielee.design
Waiting for verification...
Challenge failed for domain katielee.design
http-01 challenge for katielee.design
Cleaning up challenges
Some challenges have failed.

IMPORTANT NOTES:

My web server is (include version): Apache/2.4.62

The operating system my web server runs on is (include version): Debian GNU/Linux 11 (bullseye) x86_64

My hosting provider, if applicable, is: Contabo

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

Hi @splodger, and welcome to the LE community forum :slight_smile:

Please show the output of:
sudo apachectl -t -D DUMP_VHOSTS

3 Likes

Hi, Thank you for your help today. Here is the output for : sudo apachectl -t -D DUMP_VHOSTS

VirtualHost configuration:
*:443 katielee.design (/etc/apache2/sites-enabled/wordpress-le-ssl.conf:2)
*:80 is a NameVirtualHost
default server katielee.design (/etc/apache2/sites-enabled/000-default.conf:1)
port 80 namevhost katielee.design (/etc/apache2/sites-enabled/000-default.conf:1)
port 80 namevhost katielee.design (/etc/apache2/sites-enabled/wordpress.conf:1)

2 Likes

As soon as I seen it pasted here... i knew!

1 Like

for others following...

a2dissite 000-default.conf

systemctl reload apache2

certbot --apache -d katielee.design

solved

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.