On Wednesday 26 May 2010 6:15:22 am fachhoch wrote: > I created certificates for security , and donot remember when they would > expire , is it possible to find using the keystore file when it would > expire?
The java keytool command should do it: keytool -printcert -v -file mycert.pem -- Daniel Kulp [email protected] http://dankulp.com/blog
