0

Why my Pdf certificate status "Revocation checks status were not perform"?

enter image description here

How to perform revocation check with iText7?

Do I need to do this before injecting .p7s into the Pdf?

Don2
  • 313
  • 3
  • 12

1 Answers1

0

Please read the message at the bottom of the dialog:

The selected certificate has errors: Not time valid

Most likely your certificate simply is beyond its validity, check it on the Summary or Details tab.

(The pdf you linked is incomplete.)

mkl
  • 90,588
  • 15
  • 125
  • 265
  • Adding LTV information only helps if the certificate still was valid when you applied the signature. – mkl May 18 '20 at 14:21
  • btw, where should I put addLtv? .. when Pdf preparation or when injecting the Pdf? – Don2 May 19 '20 at 03:35
  • If I addLtv after I inject and certificatelevel is 1 then then certificate would be invalid, how to keep valid certificate and addLtv.. thanks – Don2 May 19 '20 at 03:57