You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I've searched similar issues on GitHub and didn't find any.
How do you use lego?
Binary
Detailed Description
Just setting up ansible to create LetsEncrypt TLS certs for a list of domains and their wildcards. I was going back and forth to find the single command to "create if not exist or renew if almost expired". Google Bard and ChatGPT both recommended to use lego ... run --renew. Sadly it was just an AI hallucination and it seems that option does not exist with lego.
certbot seems to be offering an option with certbot certonly ... --keep-until-expiring (post), but certbot not as advanced as lego with the integration of DNS providers.
It would be awesome to have such a run --keep-until-expiring option for go-acme lego, too 🙂
The text was updated successfully, but these errors were encountered:
Welcome
How do you use lego?
Binary
Detailed Description
Just setting up ansible to create LetsEncrypt TLS certs for a list of domains and their wildcards. I was going back and forth to find the single command to "create if not exist or renew if almost expired". Google Bard and ChatGPT both recommended to use
lego ... run --renew
. Sadly it was just an AI hallucination and it seems that option does not exist with lego.certbot
seems to be offering an option withcertbot certonly ... --keep-until-expiring
(post), but certbot not as advanced as lego with the integration of DNS providers.It would be awesome to have such a
run --keep-until-expiring
option for go-acme lego, too 🙂The text was updated successfully, but these errors were encountered: