I have recently deleted a domain from my server and have removed the certificate for it. The problem I’m getting is that the certificate is still showing in the list of renewals (ie. letsencrypt.exe --renew) so it looks like the certificate will be renewed even though I don't need it any more.
Is there a way of editing the certificates in the renewal list so I can remove the ones that I no longer require?
Thanks,
Dylan
I was wondering the same thing. You can find it in this registry key: HKEY_CURRENT_USER\Software\letsencrypt-win-simple\https://acme-v01.api.letsencrypt.org/\Renewals
Removing a line from that key will remove it from the attempted renewals. It's also possible to edit the date for testing.
Thanks. Seems a bit odd to me that these are kept in the registry when almost everything else is inside config files in %appdata%. It’s a bit counter intuitive not having everything in the same place.
You're right. I forget what my thinking was there.
On Thursday, January 7, 2016, Dylan Parry [email protected] wrote:
Thanks. Seems a bit odd to me that these are kept in the registry when
almost everything else is inside config files in %appdata%. It’s a bit
counter intuitive not having everything in the same place.—
Reply to this email directly or view it on GitHub
https://github.com/Lone-Coder/letsencrypt-win-simple/issues/50#issuecomment-169634866
.
Should we move the renewal config to config files instead of the registry?
I vote for moving all options out of the registry and into config files. _WHO'S WITH ME!?!!??!_ ;-)
Most helpful comment
I vote for moving all options out of the registry and into config files. _WHO'S WITH ME!?!!??!_ ;-)