How to install SSL certificate on windows IIS 8

How to install SSL certificate on windows IIS

Install ssl certificate iis, Create ssl certificate in windows, SSL certificate for website, How to install ssl certificate, Install ssl certificate in windows, SSL certificate free

Install an Intermediate Certificate in Microsoft IIS 8

  • Click Start, and then click Run..
  • Type mmc, and then click OK. The Microsoft Management Console (Console) window opens.
  • In the Console1 window, click the File menu, and then select Add/Remove Snap-in.
  • In the Add or Remove Snap-in window, select Certificates, and then click Add.
  • In the Certificates snap-in window, select Computer Account, and then click Next.
  • In the Select Computer window, select Local Computer, and then click Finish.
  • In the Add or Remove Snap-in window, click OK.
  • In the Console1 window, click + to expand the folder.
  • Right-click Intermediate Certification Authorities, mouse-over All Tasks, and then click Import.
  • In the Certificate Import Wizard window, click Next.
  • Click Browse to find the intermediate certificate file.
  • In the Open window, change the file extension filter to PKCS #7 Certificates (*.spc;*.p7b), select the *_iis_intermediates.p7b file, and then click Open.

     Note: Do not install your Leaf Certificate in this area. Doing so removes your certificate from the list, and you must reinstall it to correct the problem.
  • In the Certificate Import Wizard window, click Next.
  • Select Place all certificates in the following store, and then click Browse.
  • In the Select Certificate Store window, select Intermediate Certification Authorities, and then click OK.
  • In the Certificate Import Wizard window, click Next.
  • Click Finish.
  • Click OK.
  • Close the Console 1 window, and then click No to remove the console settings.

How to convert .Crt files to .PFX or .CER

Get SSL Certificate for Free

To Install an SSL Certificate in Microsoft IIS 8

  • Launch the Server Manager.
  • From Tools, select Internet Information Services (IIS) Manager.
  • In the Connections panel on the left, click the server name for which you want to generate the CSR.
  • In the middle panel, scroll to the bottom, and then double-click Server Certificates.
  • In the Actions panel on the right, click Complete Certificate Request….
  • Do the following to install the certificate, and then click OK:
    • File name containing the certificate authority’s response — Click …, locate the .crt file on your computer, and then click Open.
    • Friendly name — Enter a unique name to identify the SSL certificate. For wildcard SSL certificates, make sure your friendly name matches your common name (such as *.coolexample.com).
    • Select a certificate store for the new certificate — Select Personal.
  • In the Connections panel on the left, select the name of the server on which you installed the certificate.
  • Click + to expand Sites, and then select the site you want to secure with the SSL certificate. (This process is called binding.)
  • In the Actions panel on the right, click Bindings….
  • Click Add….
  • Do the following to configure the settings, and then click OK:
    Field What to do… Type Select https. IP address Select All Unassigned, or select the IP address of the site. Port Type 443. SSL Certificate Select the SSL certificate you just installed.
  • In the Actions panel on the right, click Restart to complete the installation process.

Visit your website at https://www.website.com (replacing website.com with your domain name) to verify the installation. If you have problems, see Test your SSL’s configuration to help diagnose issues.

That’s it now browse your website with HTTPS.

Please click on follow and put the suggestions in the comment section. Thanks.

Leave a Comment