acme-client
Advanced tools
Changelog
v4.2.1 (2022-01-10)
fixed
ZeroSSL duplicate_domains_in_array
error when using client.auto()
Changelog
v4.2.0 (2022-01-06)
added
Support for external account binding - RFC 8555 Section 7.3.4added
Ability to pass through custom logger functionchanged
Increase default backoffAttempts
to 10fixed
Deactivate authorizations where challenges can not be completedfixed
Attempt authoritative name servers when verifying dns-01
challengesfixed
Error verbosity when failing to read ACME directoryfixed
Correctly recognize ready
and processing
states - RFC 8555 Section 7.1.6Changelog
v4.1.2 (2020-11-16)
fixed
Bug when encoding PEM payloads, potentially causing malformed requestsChangelog
v4.1.0 (2020-11-12)
added
Option preferredChain
added to client.getCertificate()
and client.auto()
to indicate which certificate chain is preferred if a CA offers multiple
added
Method client.getOrder()
to refresh order from CAfixed
Upgrade axios@0.21.0
fixed
Error when attempting to revoke a certificate chainfixed
Missing URL augmentation in client.finalizeOrder()
and client.deactivateAuthorization()
fixed
Add certificate issuer to response from forge.readCertificateInfo()
Changelog
v4.0.2 (2020-10-09)
fixed
Explicitly set default axios
HTTP adapter - axios/axios#1180