Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Expired certificate for Java Web Start

How does JWS react to code signing certificate expiration?

From my observation it appears to ignore expiration date of CA-signed certificates, but I would like to find some hard proof (e.g. official documentation) that confirms this.

like image 410
Konrad Garus Avatar asked Jul 30 '26 07:07

Konrad Garus


1 Answers

If the signed jar is given a timestamp (which comes from a timestamp authority), then the signature will still be valid even after the certificate has expired (assuming the timestamp is prior to the expiry).

See Signature Timestamp Support for J2SE 5.0

like image 125
Tom Hawtin - tackline Avatar answered Jul 31 '26 20:07

Tom Hawtin - tackline



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!