acme-client
Advanced tools
Changelog
v2.2.0 (2018-11-06)
added
New node-forge crypto interface, removes OpenSSL CLI dependencyadded
Support native crypto.generateKeyPair()
API when generating key pairsChangelog
v2.1.0 (2018-10-21)
added
Ability to set and get current account URLfixed
Replace HTTP client request
with axios
fixed
Auto-mode no longer tries to create account when account URL existsChangelog
v2.0.0 (2018-04-02)
breaking
ACMEv2breaking
API changesbreaking
Rewrite to ES6breaking
Promises instead of callbacksChangelog
v0.2.0 (2017-09-21)
breaking
OpenSSL method readCsrDomains
and readCertificateInfo
now return domains as an objectfixed
Added and fixed some tests