node-acme-client icon indicating copy to clipboard operation
node-acme-client copied to clipboard

Simple and unopinionated ACME client for Node.js

Results 17 node-acme-client issues
Sort by recently updated
recently updated
newest added

` const [certificateKey, certificateCsr] = await acme.crypto.createCsr({ commonName: '*.test.com', altNames: ['test.com'] }); ` If I do this, I call the challengeCreateFn method at the same time. I want one call...

Current verification mechanism is not working as expected as I am trying to check for the TXT record in dns if it exists there. Is it possible to use our...

Heads up - new install today gives me this error: TypeError: Cannot assign to read only property 'toJSON' of object 'Error' at Function.assign () at Object.inherits (/node_modules/axios/lib/utils.js:362:19) axios just updated...

Since DNS challenge contains two tokens, and callback is called one after another, propagating challenges to NS server such as AWS Route 53 fails as two consecutive DNS updates fails...

Hello, So I am trying to add the certificate that I am creating to GCP's load balancer and it is telling me that the The SSL Certificate And Key Do...

see https://github.com/publishlab/node-acme-client/issues/88#issuecomment-2105255828

ZeroSSL implement a 429 Too Many Requests error if you fire too many requests at once, even tho the code does one thing after another rather than all at once,...