vbuch / node-signpdf

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

Is this only for self-signed or can this package handle chain (root trust) with crl and ocsp validation ? #93

Closed hmpvillegas closed 3 years ago

hmpvillegas commented 4 years ago

I have already tried this package, and I successfully add chain to the pkcs7 certificates on signing.

when i validate the pdf with crl and ocsp remote server, the certificate/signature is valid, but when i saved the file, the pdf says:

Error during signature verification.

Unexpected byte range values defining scope of signed data. Details: The signature byte range is invalid

I think, this error is on creating byte range of the signing and I think this package only supports self-signed. Or am I wrong?

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