Importing SSL Certificates in IIS

Importing an SSL certificate into Internet Information Services (IIS) enables secure HTTPS connections for your web applications. This process typically uses a .PFX file that contains both the certificate and its private key.

Prerequisites

  • A valid SSL certificate file in .PFX format
  • The certificate password
  • Access to IIS Manager with sufficient permissions

Steps

1. Import the Certificate

  • Open your Internet Information Services (IIS) and select your application.
    Open IIS and select application
  • Double-click on the Server Certificates icon.
    Click on Server Certificates icon
  • Click [Import] under the Actions tab.
    Import Server Certificates
  • The Import Certificate datawindow appears. Click on [...] to browse for your certificate file.
    Browse your IIS certificate file
  • Select the certificate file and click [Open].
    OPen IIS Certificate file
  • Configure the certificate import settings:
    • Enter the certificate password
    • Select the certificate store
    • Click [OK].
    Configure Certificate Import Settings
  • Verify that the certificate appears in the Server Certificates list on the Dashboard as below:
    Verify Server Certificates on Dashboard

2. Bind the Certificate to a Website

  • Select your website and click Bindings.
    Select website bindings
  • The Site Bindings datawindow opens. Click on [Add].
    Add website binding
  • Configure the site binding:
    • Type: https
    • Host name: your domain name
    • SSL certificate: select the imported certificate
    • Click [OK].
    Configure site binding
  • Review the certificate in the site binding list and click on [Close].
    Review Site Certificate

 

More from Visual Expert Installation