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: dvcfury.com
I ran this command:
sudo certbot certificates
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Found the following certs:
Certificate Name: dvcfury.com
Serial Number: 3f05a4c758f3d1d6624a660d1d2aae1282e
Key Type: RSA
Domains: dvcfury.com *.dvcfury.com
Expiry Date: 2024-03-25 14:27:36+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/dvcfury.com/fullchain.pem
Private Key Path: /etc/letsencrypt/live/dvcfury.com/privkey.pem
My web server is (include version): AWS lightsail
The operating system my web server runs on is (include version):
(Linux Debian 5.10.197-1 (2023-09-29) x86_64 GNU/Linux)
My hosting provider, if applicable, is: AWS lightsail
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
Problem:
I have renewed the cert twice but the cert still shows as expired in browsers.
I followed instructions in this tutorial to renew cert manually.
https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-using-lets-encrypt-certificates-with-wordpress#request-a-lets-encrypt-certificate-wordpress
Basically using this command:
sudo certbot -d $DOMAIN -d $WILDCARD --manual --preferred-challenges dns certonly
I have multiple WP sites hosted in AWS lightsail on separate instances. I do the same steps for all my sites but for some reason, this particular instance is giving me issues with renews.
On the WP site I use "Really Simple SSL" plugin.