mholt / acmez

Premier ACME client library for Go

Home Page:https://pkg.go.dev/github.com/mholt/acmez/v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More time for success?

codewinch opened this issue · comments

In https://github.com/mholt/acmez/blob/master/client.go#L114 , does that mean that it will only wait 1 second for LetsEncrypt to respond?

We have sometimes waited for 10 or 20 seconds. :( Can we send a pull request to change that one line, or am I misunderstanding that line?

Thanks for an awesome lib!

No, that line just waits 1 second between retries.

FYI, most Go programmers will actually want to use CertMagic to automate certificates because this library does not keep them renewed (and since certificates expire, simply getting them without renewing them is not very useful).

Thanks for an awesome lib!

You're welcome 👍