edmund-huber / ergonomadic

DISCONTINUED, see orogono
MIT License
132 stars 10 forks source link

ACME LetsEncrypt support #35

Closed prologic closed 6 years ago

prologic commented 7 years ago

After #34 is done we can automatically acquire certs via ACME LetsEncrypt

Can probably use this acme library.

prologic commented 7 years ago

Found a better library that will likely become part of the Go standard library golang.org/x/crypto/acme/autocert -- I'll figure out how to use this instead.