How to Install an SSL Certificate in IIS 10
Nov 18, 2024
How to Install an SSL Certificate in IIS 10
Introduction
This article provides step-by-step instructions for installing an SSL Certificate in Internet Information Services (IIS). If this is not the solution you are looking for, please search for your solution in the search bar above.
Guidelines
You can watch the following video for a tutorial.
Or, you can follow the step by step guidelines below.
Note: This guidelines applies to version 7 and upwards.
- Log into your GCC Account to get your issued Certificate.
- Copy the PEM Format of your Certificate ( from ----- Begin Certificate---- Up to ----End Certificate ------).
- Go to the location where you want to save your SSL Certificate.
- Create a notepad with the PEM format of the Certificate as shown below.
- Name it with something memorable or the name of your website ( Save it as a .cer file).
Note: Make sure you choose the Save as Type as 'All Files'.
- On IIS Manager, select Server.
- Then, go to Server Certificates.
- Go to Complete Certificate Request. Note: You need to select your SSL Certificate.
Now, give it a Friendly Name (you can place a date at the end to make it easier to adjust in the future ex. 01-12-20)
- Where it states to select a Certificate store, keep it as Personal (You will see your Server Certificate)
- Now, look for Bindings or you can click on the site and choose Bindings in the right side Menu.
- Click Add. On the Add Site Binding window, choose the following options:
- Type: "https"
- IP Address: "All Unassigned"
- Port: "443"
- Host name: "Your Certificate Name / Website Name"
Under SSL Certificate, look for your friendly name.
Hit Ok, then Close. Restart your computer afterwards.
- Your Certificate has been successfully installed.
To check, you can click F12 to View Certificate, if you are using Chrome.