After “succeeding” to renew my certificate about 4 times, i notice the same expiration date on the certificate info of my website. This was after clearing the browser cache on multiple devices. Not very versed in this at all but I am beginning to panic due to certificates no longer being issued from older clients; which poses a problem because the only way I managed to get my certificate reinstated after revoking and creating one all over again (same problem last time I attempted to renew) was to issue from the oldest version of win-acme that ever existed; and import the renewal into ever newer versions until current. Therefore, it feels like I’ll literally be locked out of getting a certificate through letsencrypt until I can afford a separate linux server (including maxed out outlets in my house ) just to use certbot instead of winacme … help?
A simple question, have you tried to restart your webserver and figure out which certificate (the absolute path) your webserver is using?
The two possible reasons I think might be
Your webserver isn’t restarted to use the new certificate (if you are using the same file as your certificate client changed)
Your webserver is using a copy of the certificate, instead of using the auto-updated version.
The cert in use expires in 18 days.
But you have definitely renewed that cert today:
You need to do as @stevenzhu recommends and check where the renewed certs are stored and compare to where your webserver uses certs.
Or just restart the web service / server.
Gonna check when I can! Definitely didn’t consider the path might’ve changed. Nervous to figure that one out but thank you for pointing me in a direction!
pretty confident i located the path to where the v02 renewals are taking place but all i found was an obscure string of filename for the .pem files. I tried changing the vhosts config path to read from those but doing so caused my webserver to be unable to start :(. my guess is because those are diffrently formated .pem(s) not intended for that purpose (and perhaps the filename being obscured has something to do with that).
Therefore I feel at a loss considering i read that letsencrypt will no longer issue certs from wacs v01 and prior I’m just plain scared, frustrated, and confused honestly.
Functioning on fumes at work right now but I’ll look into the other clients. And… gulp if that doesn’t work I’ll see if I can learn to run Linux’s certbot on Windows… didn’t know that was a thing but I imagine it’ll be quite the learning curve . Whelp, I have until the 20th to make it work.
THAT DID IT!! pointed the httpd-conf to the certificate certbot installed at the default path (after reading the readme and fixing a missing quotation mark ) AND IT JUST WORKED!! Thoroughly going to use certbot for windows from now on! Thank all of you so very much! would mark all of these as solution if I could. Was very helpful!
Edit: sorry for not noticing certbot for windows in the previous post, was functioning on zero sleep that day