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
I've looked into this and it doesn't make sense for a couple of reasons:
Lets's Encrypt only works with registered domains, it will not work with localhost or custom domains routed via /etc/hosts. It thus doesn't work in development which would have been the only logical use case, because:
Maintaining certificates for public URLs should not be in the domain of this project but instead of something like e.g. certbot.
https://godoc.org/golang.org/x/crypto/acme/autocert
The text was updated successfully, but these errors were encountered: