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: hanningtonlogs.co.uk
I ran this command: sudo certbot renew --dry-run
It produced this output: Failed to renew certificate hanningtonlogs.co.uk with error: Some challenges have failed.
The following simulated renewals succeeded: <...3 other domains...>
My web server is (include version): Apache/2.4.52 (Ubuntu)
The operating system my web server runs on is (include version): Ubuntu 22.04
My hosting provider, if applicable, is: AWS (EC2 instance)
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): 1.31.0
I have several domains on a virtual host. I think the domains all have their own certificate but I am not quite sure about that as I believe domains can share a certificate. One of the domains has now expired.
I wanted to renew the certificates for the other domains but when I run sudo certbot renew --dry-run
I get the following "Failed to renew certificate hanningtonlogs.co.uk with error: Some challenges have failed. The following simulated renewals succeeded: <3 domains>"
I have run a2dissite hanningtonlogs.co.uk
which has removed the hanningtonlogs.co.uk.conf link from /etc/apache2/sites-enabled but it has not removed the hanningtonlogs.co.uk-le-ssl.conf link from that directory.
I do not know whether to just go ahead with the certbot renew
command or to first delete the hanningtonlogs.co.uk-le-ssl.conf link first or perhaps afterwards.
Some help on what I should do next to renew the certificates on the other domains would be great.
Edit: I have just found the output from a previous occasion when I ran sudo certbot delete
and that time I did continue and choose to delete hanningtonlogs.co.uk. That resulted in the following warning:
The following certificate(s) are selected for deletion:
WARNING: Before continuing, ensure that the listed certificates are not being
used by any installed server software (e.g. Apache, nginx, mail servers).
Deleting a certificate that is still being used will cause the server software
to stop working. See https://certbot.org/deleting-certs for information on
deleting certificates safely.Are you sure you want to delete the above certificate(s)?
(Y)es/(N)o:
I chose No at this stage.