lundi 12 février 2018

How to test java code signing certificate exiration

Is there a way to test the expiration of a code signing certificate in Java WebStart applications? Like if it is really blocked/warned after the expiration date.
I know I can check the jars with jarsigner, that is not what I want

I tried by changing the date of my local machine for testing to some years in the future, but it does not block or warn. I guess if it would work like this - it would be pretty easy to trick the cert-thingy and it would not be worth the effort.

But is there no way to test it?

A small side question - is there a way to see/check the certificate used by the JWS application I'm just running?

Aucun commentaire:

Enregistrer un commentaire