Can we import the IIS CSR to the java keytool?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
migrated from stackoverflow.com Feb 12 '10 at 16:17
|
The title of the question leads me to believe you are trying to take a certificate's private/public key from IIS and use it on a Tomcat Web Server. If this is the case then you will need to first export the certificate (both private and public keys) into a .PFX file, convert the .PFX file into a .PEM file, and then copy the .PEM file into the correct location for Tomcat to use... |
|||
|
|
|
No, you cannot, but I can't think of a good reason to do this. Are you sure that is what you want to do? |
|||
|
|