Issue while renewing certificate

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: fairdeals365.com and it has sub domain as well
such as
service.fairdeals365.com too

I ran this command: certbot certonly --force-renew -d fairdeals365.com

It produced this output: certifcate issued.

My web server is (include version): WAMP Server 3

The operating system my web server runs on is (include version): Windows 10 / WAMP

My hosting provider, if applicable, is: Self Pc

I can login to a root shell on my machine (yes or no, or I don't know):

I'm using a control panel to manage my site (no, or provide the name and version of the control panel):

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): Certbot

Issues:
while renewing the certificate is renews the certificate and creates all required files but when I set the path in vHost file of My wamp server it stops running after refreshing with latest certifcate and stops but when I use the old certificate which is still valid it works again.
But with new certificate it stops again.

command that I ran:
certbot certonly --force-renew -d fairdeals365.com

please help
Also, is it possible for all domain with fairdeals365.com and sub domain I run only one command to renew certificate of all domain and subdomain?
For domain and sub domain: fairdeals365.com

Please help

Does wamp server support ECDSA certs? Because your older certs were RSA but now you are getting ECDSA certs.

Note the EFF has discontinued support for Certbot on Windows as of Feb 2024. You should be looking at replacing that for a different client. The Certify the Web client is probably easiest to use and has an active support community. See:

If you wish to reorganize your certs into one now would be a good time to change your ACME Client and redo the certs the way you wish.

5 Likes

This sounds like you are manually updating file paths, shouldn't it be the same for every renewal? Check you are pointing to the latest certificate fullchain file and key file (instead of pointing to separate cert and chain files). Cerbot stores these under it's live/<yourdomain> path

To add domains to a cert you can use certbots expand option: User Guide — Certbot 2.12.0.dev0 documentation so you can get one cert to cover all your subdomains.

2 Likes

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