Yes, you can re-use it. You will need to export from IIS, then create a keystore using the keytool utility and import the certificate using keytool -import [some options].
I think IIS will export a .pfx file. I'm not sure if keytool will import that or not, I haven't had time to play with it that much. Keytool *will* import a .pem file, and you can use OpenSSL to convert a .pfx to a .pem. John Turner [EMAIL PROTECTED] -----Original Message----- From: Jeffrey Yip [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 12:15 AM To: Tomcat List Users (E-mail) Subject: Reuse IIS SSL certificate and private key 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]>
