Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ACME TLS Certificates #1378

Closed
aeneasr opened this issue Apr 22, 2019 · 1 comment
Closed

Add support for ACME TLS Certificates #1378

aeneasr opened this issue Apr 22, 2019 · 1 comment

Comments

@aeneasr
Copy link
Member

aeneasr commented Apr 22, 2019

https://godoc.org/golang.org/x/crypto/acme/autocert

@aeneasr
Copy link
Member Author

aeneasr commented Apr 27, 2019

I've looked into this and it doesn't make sense for a couple of reasons:

  1. 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:
  2. Maintaining certificates for public URLs should not be in the domain of this project but instead of something like e.g. certbot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant