Assuming your certificate has been exported correctly from IIS, you can use the keytool utility to import the certificate.
I think it would be something like: keytool -import -alias root -trustcacerts -file <signed_cert_file> -keystore <keystore_filename> Your mileage may vary...I don't work with IIS, so I can't say for sure what your options are for exporting certificates. If you can export in a standard format, keytool should import it, no problem. John Turner [EMAIL PROTECTED] -----Original Message----- From: Ben Walding [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 4:04 AM To: Tomcat Users List Subject: Re: Reuse IIS SSL certificate and private key Thawte has information on this at http://www.thawte.com/html/SUPPORT/server/using.html It's not guaranteed to work, but it's better than forking out another $300US. Jeffrey Yip wrote: >I am switching from using IIS web server with SSL to Tomcat. Could I reuse >the SSL certificate and private key stored in IIS and import it to the >Tomcat's keystore? If so, how to do it? > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
