Y
Hacker News
new
|
ask
|
show
|
jobs
by
gog
3449 days ago
Which Go package do you use?
3 comments
bradfitz
3449 days ago
He said "autocert", which is
https://godoc.org/golang.org/x/crypto/acme/autocert
link
zachgersh
3449 days ago
You can probably get pretty far with the package written by Russ Cox:
https://github.com/rsc/letsencrypt
link
sztanpet
3447 days ago
No, that is a bad idea, see:
https://github.com/rsc/letsencrypt/issues/15#issuecomment-25...
link
beeker87
3448 days ago
Sorry just saw this, it's the autocert package bradfitz linked to.
link