Re: [9fans] lets encrypt

2019-10-17 Thread Kyohei Kadota
I use go-acme/lego too. Lego uses ec384 by default, so I specify -k rsa2048 option. 2019年10月17日(木) 23:41 Jeff Sickel : > > 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 ce

Re: [9fans] lets encrypt

2019-10-17 Thread Jeff Sickel
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 > wrote: > > I use Go's crypto/

Re: [9fans] lets encrypt

2019-10-17 Thread Skip Tavakkolian
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 wrote: > hi > > anyone using let's encrypt to generate signed certificates for tls, and is > using a scripted interface on plan9 to re

[9fans] lets encrypt

2019-10-17 Thread Steve Simon
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/T12cd