Exporting SSL certificates from secure tunnel to IIS using openssl.
Article ID: 2836
Last Review: Oct,6 2008
Author:
Last updated by:
system
APPLIES TO:
Parallels Pro Control Panel Windows
Additional information
View Knowledge
Knowledge ID 2256
Product : EnsimPro for Windows 2000
Version : 3.6
Topic : FAQ
Title Exporting SSL certificates from secure tunnel to IIS using openssl.
Summary Exporting SSL certificates from secure tunnel to IIS using openssl.
Prevention
Details Follow the following steps to export SSL certificate from secure tunnel to IIS using openssl:
Find out where the sitedata is located. Normally the site data is there in c:\program files\ensim\Sitedata. Depending on how the server was setup the location would change.
Find the file stunnel.pem which is normally there in the following Sitedata directory.
c:\Program Files\Ensim\SiteData\webppliance\conf\ssl\ssl.pem assuming point number 1.
Copy the file stunnel.pem to c:\tmp
Go to the command prompt of the webppliance server and change your working directory to
c:\program files\ensim\webppliance\stunnel\w2k
Run the following command
openssl pkcs12 -export -in c:\tmp\stunnel.pem -out c:\certout.p12
After running this command please provide a password which can be used while exporting.
This file certout.p12 is actually in pkcs12 format.
You can then use certificate manager and import this certificate in your personal store.
During import it will ask you for a password, provide the password you had used earlier during export.
Once the certificate is in the local store then this can be assigned to any site using the Internet Services Manager console.