Microsoft Management Console (MMC) Back Up your Certificates
Customer Support > SSL Certificates > IIS 5 & 6 > Back Up with MMC
Export from MMC and Back Up the Certificate and Private Key:
You have to export the certificate from MMC.
- To do this open the mmc, (start>run>mmc) and open the certificates snap in.
- Select "local computer account" when prompted.
- You will then see on the left, certificates, please select the "personal" folder.
- Find the certificate for the correct domain, and then right click it.
- Select "all tasks" and then "export".
- The Export wizard will appear, follow the instructions and make sure you do the following:
- Select Export private key
- Deselect Enable strong encryption
- Select Include all certificates in chain if possible
- Complete the wizard and you will receive a pop up box stating that you have successfully exported the certificate
Save the .pfx file in a secure location, in case you have a problem with your web server
If you need to import the .pfx into another IIS web server, follow the instructions below
Import to MMC:
Follow these instructions to import the .pfx file into another IIS web server
- open mmc, (start>run>mmc) and open the certificates snap in.
- Select "local computer account" when prompted
- You will then see on the left, certificates, please select the "personal" folder.
- Right click the "personal" folder and select all "tasks>Import"
- Find the .pfx file you saved previously and import the certificate and private key into the MMC
Assign to IIS
- Once you have opened IIS, select the domain the certificate is for
- Right click the domain and select properties
- Then select "directory security" tab, and then "server certificates"
- The Certificates Wizard will appear, click Next
- Now select "assign certificate" and select Next
- Find the certificate you have just imported, select it, and click OK.
your SSL Certificate and Private Key have been imported into IIS

