On Thursday 27 May 2010 9:59:10 am fachhoch wrote: > Actually I just have a keystore not a certificate. > I have the server keystore and imported client public keystore into server > keystore.Will I have issues with expiration ?
I think keytool can still help: keytool -list -v -keystore mykeystore or similar would print the valid dates on the certs. I think. Dan > > dkulp wrote: > > 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
