Signed Applet Duration...

Hi,After signing an applet using jarsigner, it says the cert will expire within 6 months. Is there any way to prevent or extend this or does a new, signed applet have to be provided every 6 months?Thanks!Matt
[243 byte] By [MatttK] at [2007-9-30 10:36:47]
# 1
When you generate a keystore with the keytool command you can provide the number of days that thisstore will be valid.Using this keystore you can sign the applet: http://forum.java.sun.com/thread.jsp?forum=63&thread=524815
harmmeijer at 2007-7-3 19:35:30 > top of Java-index,Security,Signed Applets...