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 ?
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 > > -- View this message in context: http://old.nabble.com/can-I-find-when-My-certificate-will-expire-tp28678786p28693894.html Sent from the cxf-user mailing list archive at Nabble.com.
