A minor patch that fixes a race condition when NewAccountFunc changes the ACMEIssuer it is called on.
A new error value is also exposed: ErrNoOCSPServerSpecified
to help users determine whether stapling failed only because the certificate doesn't support OCSP.
What's Changed
- Define a NoOCSPServerSpecified error by @kenjenkins in #245
New Contributors
- @kenjenkins made their first contribution in #245
Full Changelog: v0.19.0...v0.19.1