Timestamping the certificate

Is it possible to add a timestamp when I'm creating new signed applet.

There is a problem with the signing that after the validity period there is a warning message that the certificate is out of the date. (I never want this warning dialog, I'm signing the applet when the certificate is valid!)

[317 byte] By [lubovr] at [2007-9-30 2:31:28]
# 1

Supposedly, you can specify the number of days that a cert should be valid. If you don't specify, it uses the default - which is probably what it got when it was originally created.

When you are running keytool with the '-genkey' option you should be able to also use the '-validity' option which is a number of days for the cert to be valid. Don't know what the upper limit is. Perhaps try a huge number. It might just blow out the genkey if it is beyond is valid range of values.

ydavis at 2007-6-29 2:19:44 > top of Java-index,Security,Signed Applets...
# 2
Well, I'm using Verisign certificate with 1 year validity..
lubovr at 2007-6-29 2:19:44 > top of Java-index,Security,Signed Applets...
# 3
I have been wondering the same thing. Did you get it to work correctly? Did you just use a large number (like 3650 or something)?Thanks
Mark.Claassen at 2007-6-29 2:19:44 > top of Java-index,Security,Signed Applets...