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: teanow5pm.co.uk on local WAMP for development
I ran this command: f:\letsencrypt\letsencrypt.exe --renew --forcerenewal --baseuri "https://acme-v01.api.letsencrypt.org/"
It produced this output: cert was renewed
My web server is (include version): WAMP 3.1.7
The operating system my web server runs on is (include version): Windows 10 pro
My hosting provider, if applicable, is:
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): Apache?
Here's the question. (I hope I'm posting this right.) I received an email from let'sencryt with the information that my automatic cert renewal was using acme-v1 which was being phased out. The renewal itself does not give an error (yet). Onto my commandline. For a forced renewal, that works fine, my commandline is:
f:\letsencrypt\letsencrypt.exe --renew --forcerenewal --baseuri "https://acme-v01.api.letsencrypt.org/"
I could simply update it to:
f:\letsencrypt\letsencrypt.exe --renew --forcerenewal --baseuri "https://acme-v02.api.letsencrypt.org/"
Would this be correct?
Thank for helping.
Tom