How to Import SSL Certificates in IIS

Customers using our On-premise solution want to access our interface in their internal network as https://, they can follow the steps below if they want to accomplish this by installing their own corporate SSL certificates.

Importing Certificate into MMC

On the Start menu, click Run and then type mmc.

Click File > Add/Remove Snap-in.

Click the Certificates section and then click the Add button.

Select Computer Account and then click Next. Select Local Computer and then click Finish. Then close the add standalone snap-in window, and the add/remove snap-in window.

Click the + to expand the certificates (local computer) console tree and look for the personal directory/folder. Expand the certificates folder. Right-click on the certificate you want to backup and select All Tasks > Import.

Follow the certificate import wizard to import your primary certificate from the .pfx file. When prompted, choose to automatically place the certificates in the certificate stores based on the type of the certificate.

Follow the certificate import wizard to import your primary certificate from the .pfx file. When prompted, choose to automatically place the certificates in the certificate stores based on the type of the certificate.

Enabling Certificate on IIS Server

  1. On the Start menu, click Administrative Tools > Internet Information Services (IIS) Manager.

  2. In the IIS Manager, click the server name.

  3. Expand the sites folder.

  4. Select the site that you want to secure (usually the default website).

  5. On the actions menu in the edit site section, click Bindings.

6. In the site bindings window, click Add. If a binding for https already exists, select the https binding and click Edit. Fill out the information in the add site binding window. In the type drop-down, choose https. Set the IP address to the IP address of the site or choose all unassigned. The port for SSL traffic is usually 443. Enter the recently imported certificate in the SSL Certificate field.

Click OK. Your SSL Certificate is now installed, and the website is configured to accept secure connections. You may have to restart IIS or the server for it to recognize the new certificate.

Once this process is successfully accomplished, when you visit https://localhostname/modules, our administration interface will be opened with SSL.

Last updated