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

I am trying to revoke a certificate that was issued using `client.auto()` using `client.revokeCertificate()`, but it throws the following error: ``` Error: JWS verification error at AcmeApi.apiRequest (node_modules/.pnpm/[email protected]/node_modules/acme-client/src/api.js:56:19) at processTicksAndRejections...

At Let's Encrypt, we're planning to stop supporting SHA-1 self-signatures on CSRs (in part because Go is removing support for those). In a review of our logs, node-acme-client showed up...

Call to function fails: `const [key, csr] = await acme.crypto.createCsr({ commonName, altNames, });` commonName and altNames are both wild card domains `Cannot get schema for 'Array' target","stack":"Error: Cannot get schema...

https://github.com/publishlab/node-acme-client/blob/master/examples/dns-01/dns-01.js#L45-L48 commonName limited with 63 symbols altName - 255 characters (237 symbols for dns-01 - due to the challenge prefix) https://letsencrypt.org/docs/glossary/ - [Common Name (CN)](https://letsencrypt.org/docs/glossary/#def-CN) : Part of a certificate’s...

I see the [usage of `pendingDomains`](https://github.com/publishlab/node-acme-client/blob/88630a505451b94d754147240e697445fe1066e1/examples/http-01/http-01.js#L43). But I don't see the object is modified / being inserted by entries anywhere.

Hey there - are the maintainers of this library looking for a more active maintainer? If so, I'd like to put my hand up and have a chat.

Hi there, Is there a way of forcing challengeRemoveFn to be called quicker than it seems to be default? When doing a DNS challenge, the challengeCreateFn finishes and about 25...

- Replace axios \w fetch - use native web crypto instead of node crypto - use explicit path with extensions - don't depend so much on NodeJS stuff, would like...

extension less is an anti pattern and it only makes it tuffer to refactor to esm, and it's harder for remote http resolver to figure out if you meant `foo.js`...

return verify result