x/crypto/acme/autocert: Hooks for "CertAcquired", "CertRenewed" #21224
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
My use-case for ACME / LetsEncrypt is to setup a TLS Listener that isn't a HTTP/HTTPS endpoint. e.g: IRC, or something else.
The code in x/crypto/acme/autocert doesn't make it very obvious how one can identify whether a cert was successfully acquired or renewed. The only solution I've come up with in poking at this is to "watch" for changes to the file system with a file-system implementation of the
Cache
interface.Is this something we can add or is there a more recommended way to handle this?
The text was updated successfully, but these errors were encountered: