go-acme
go-acme copied to clipboard
A Let's Encrypt client for Go
Refer to the ACME protocol on https://tools.ietf.org/id/draft-ietf-acme-acme-01.xml: > To avoid unnecessary renewals, the CA may choose not to issue a renewed certificate until it receives such a request (if it...
when I call RenewCertificate , Letsencrypt will return a same cert or not. Which case is successful? there is a comment here, in https://github.com/ericchiang/letsencrypt/blob/master/acme.go#L327 : ``` go // RenewCertificate attempts...
I'm a bit confused how the contact flow works here. The ACME RFC protocol overview says that the ACME client should send along human contact information in the initial new...
https://tools.ietf.org/html/draft-ietf-acme-acme-01#section-7.4