Closed codewinch closed 3 years ago
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 :+1:
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!