Solution
Part 1: Create a "certificates" snap-in using the MMC:
Microsoft IIS Version 6.0
- Click Start > Run
- In the search box, type mmc
- Click OK
- From the Microsoft Management Console (MMC) menu bar, select File (in IIS 6.0) > Add/Remove Snap-in
- Click Add
- From the list of snap-ins, select Certificates
- Click Add
- Select Computer account
- Click Next
- Select Local computer
- Click Finish
- In the snap-in list window, click Close
- In the Add/Remove Snap-in window, click OK
Microsoft IIS Version 7.0
- Click Start
- In the "Search programs and files" box, type mmc
- At the permission prompt, click Yes
- From the Microsoft Management Console (MMC), click File > Add/Remove Snap-in
- From the list of snap-ins, select Certificates
- Click Add
- Select Computer account
- Click Next
- Select Local computer (the computer this console is running on)
- Click Finish
- In the Add/Remove Snap-in window, click OK
Microsoft IIS Version 8.0
- Access the Search menu. In the search box, type mmc
- From the Microsoft Management Console (MMC), click File > Add/Remove Snap-in
- From the list of snap-ins, select Certificates
- Click Add
- Select Computer account
- Click Next
- Select Local Computer (the computer this console is running on)
- Click Finish
- In the Add/Remove Snap-in window, click OK
Part 2: Export SSL certificate, private key, and Intermediate CA's:
- From the top, expand Certificates (Local Computer)
- Expand the Personal folder
- Click on the Certificates sub-folder
- Locate the SSL certificate in the list on the right
- Right-click on the certificate and select All Tasks > Export.
- Select "Yes, Export the private key"
- Click Next
- In the Export File Format window, ensure the option for "Personal Information Exchange - PKCS#12 (.pfx)" is selected
- Select "Include all certificates in the certification path if possible"
- Click Next
- Enter and confirm a password to protect the pfx file. Click Next
- Click Next
- Browse to the location where the pfx file should be saved. Enter a name for the file.
- Click Next
- Read the summary and verify that the information is correct.
- Click Finish