vbuch / node-signpdf

Simple signing of PDFs in node.
MIT License
710 stars 178 forks source link

Cannot add ECDSA key pair to certificate. #268

Open strixv5 opened 1 month ago

strixv5 commented 1 month ago

NEW ALGORITHM SUPPORT NEEDED Currently the signing algorithm present is RSA / ED25519 but I want ECDSA KeyPair generate and Certificate to sign my document! I tried creating using window.crypto the (ECDSA with P256) keypair and then using it in current certificate but no luck, I tried PkiJs library as well but it doesn't create in .p12 format certificate signed with private key. Hence , requesting this feature in future.