vbuch / node-signpdf

Simple signing of PDFs in node.
MIT License
696 stars 175 forks source link

Support of ECDSA Certificate #65

Closed joelviel closed 4 years ago

joelviel commented 4 years ago

For the moment, only RSA certificates are supported (forge dependency constraint) Any plan to support ECDSA certificate?

vbuch commented 4 years ago

Not planned. Would love PR.

phutaneVinayak commented 4 years ago

@vbuch Hi,

I wanted to support other then p12 certificate. i tried but either is stuck at some issue or failed. i am trying it from past 15 days. can you give me some advice or is any other way to implement it ? using node-signpdf | node-forge any other ?

it will be much helpful Thanks in advance

vbuch commented 4 years ago

The current implementation is tied to node-forge. I would suggest you only use the PDF-editing code from this lib and replace the signature creation with whatever suits you. Then, if it looks like it can be integrated here, we can look at it. But.. check the lib out and make it work for you.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had activity in the past 90 days. It will be closed if no further activity occurs. Thank you for your contributions.