intoolswetrust / jsignpdf

PDF signing software written in Java. It supports visible signatures, timestamping, certificate verification and many other cool features
https://intoolswetrust.github.io/jsignpdf/
Other
315 stars 121 forks source link

Verification issue in JSignPdf #21

Closed aaa27 closed 3 years ago

aaa27 commented 6 years ago

Hi! I have a problem concerning JSignPdf Verifier module, when I verified a signed and timestamped-pdf file by the certificate issued by my own CA, I got “Missing signing certificate for TSA” (Exit Code 30). The certificate of CA has been added to the Keystore (type jks), but it doesn’t work.

Is it possible that there is another parameter needed that I have to set to JSignPdf Verifier module? (thanks)

kwart commented 3 years ago

Verifier is now removed from the project. Closing this issue.