vbuch / node-signpdf

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

How to verify digital signature signed by node-signpdf library . #156

Closed raheelLT closed 2 years ago

vbuch commented 2 years ago
raheelLT commented 2 years ago

@vbuch Thanks for reply , am already using this lib to verify my digital signing, but the authenticity property for verifyPdf return false for me always . can you tell me what am doing wrong ? plus am using the p12 certificate that you used in your library in the resources folder . can you tell exactly what am doing wrong here .

FriendlyUser commented 2 years ago

I also get the same error, verified is false, but I can still see my certificate in it.

Half figured out the issue, we were issuing a untrusted certificate which is why verified was always false with verify-pdf, but could be "accepted" within adobe pdf.

stale[bot] commented 2 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.