IIS: Import Pfx using MMC
Last updated
Was this helpful?
Last updated
Was this helpful?
If you have not yet exported the SSL certificate and its private key as a .pfx file from the server on which the certificate is installed, see How to Export/Back Up Your SSL Certificate w/Private Key.
On the Windows server 2016 where you want to install the SSL certificate, open the Console.
In the Windows start menu, type mmc and open it.
In the Console window, in the top menu, click File > Add/Remove Snap-in.
In the Add or Remove Snap-ins window, in the Available snap-ins pane (left side), select Certificates and then click Add >.
In the Certificate snap-in window, select Computer account and then click Next.
In the Select Computer window, select Local computer: (the computer this console is running on), and then click Finish.
In the Add or Remove Snap-ins window, click OK.
In the Console window, in the Console Root pane (left side), expand Certificates (Local Computer), right-click on the Web Hosting folder, and then click All Tasks > Import.
In the Certificate Import Wizard, on the Welcome to the Certificate Import Wizard page, click Next.
On the File to Import page, browse to and select the file that you want import and then, click Next.
Notes: In the File Explorer window, in the file type drop-down, make sure to select All Files (*.*). By default, it is set to search for X.509 Certificate (*.cert;*.crt) file types only.
On the Private key protection page, do the following:
Mark this key as
Check this box so that you can back up or export the SSL certificate when needed.
exportable.
Note that a certificate without it's private key does not work.
Include all extended
Check this box.
properties.
On the Certificate Store page, do the following and then click Next:
Select Place all certificates in the following store and click Browse.
In the Select Certificate Store window, select Web Hosting and click OK.
On the Completing the Certificate Import Wizard page, verify that the settings are correct and then, click Finish.
You should receive "The import was successful" message.
The SSL certificate w/private key .pfx file is now saved to the Web Hosting store (folder).