I use go-acme/lego too. Lego uses ec384 by default, so I specify -k rsa2048 option.
2019年10月17日(木) 23:41 Jeff Sickel <[email protected]>: > > I’ve been testing lego (https://go-acme.github.io/lego/) to test wildcard > certificates. It works well, though there are some manual bits required > every 60 days to keep certain services using the certificates. > > -jas > > > On Oct 17, 2019, at 4:56 AM, Skip Tavakkolian <[email protected]> > > wrote: > > > > I use Go's crypto/acme package. It works with the http package seamlessly. > > https://godoc.org/golang.org/x/crypto/acme > > > > > > On Thu, Oct 17, 2019, 2:12 AM Steve Simon <[email protected]> wrote: > > hi > > > > anyone using let's encrypt to generate signed certificates for tls, and is > > using a scripted interface on plan9 to refresh them every 60 days? > > > > care to share the details. > > > > -Steve ------------------------------------------ 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T12cdd20280545377-Mcca3f116eaf8279eda9b2be3 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription
