How to Install SSL Certificate on Windows Server

Windows Server 2016 – IIS 10: Instruction to create your CSR and install your SSL certificate with IIS 10 on Windows Server 2016.

1. How to Create Your CSR on Windows Server 2016

Using IIS 10 to Create Your CSR
Install SSL Certificate
iis10-create-csr-2
Type Description
Common name: Type the fully-qualified domain name (FQDN) (e.g., www.example.com).
Organization: Type your company’s legally registered name (e.g., YourCompany, Inc.).
Organizational unit: The name of your department within the organization. Frequently, this entry will be listed as "IT", "Web Security, etc. or is simply left blank.
City/locality: Type the city where your company is legally located.
State/province: Type the state/province where your company is legally located.
Country: In the drop-down list, select the country where your company is legally located.
Type Description
Cryptographic service provider: In the drop-down list, select Microsoft RSA SChannel Cryptographic Provider, unless you have a specific cryptographic provider.
Bit length: In the drop-down list, select 2048, unless you have a specific reason for opting for a larger bit length.

Note: Remember the filename that you choose and the location to which you save your csr.txt file. If you just enter a filename without browsing to a location, your CSR will end up in C:\Windows\System32.

iis10-create-csr-6

Install SSL Certificate

2. IIS 10: How to Install and Configure Your SSL Certificate on Windows Server 2016

(Single Certificate) How to install your SSL certificate and configure the server to use it
Install SSL Certificate
Type Description
File name containing the certificate authority's response: Click the … box and browse to and select the .cer file (e.g., your_domain_com.cer) that DigiCert sent to you.
Friendly name: Type a friendly name for the certificate. The friendly name is not part of the certificate; instead, it is used to identify the certificate. We recommend that you add DigiCert and the expiration date to the end of your friendly name, for example: yoursite-digicert-(expiration date). This information helps identify the issuer and expiration date for each certificate. It also helps distinguish multiple certificates with the same domain name.
Select a certificate store for the new certificate: In the drop-down list, select Web Hosting.
Assign SSL Certificate
Type Description
Type: In the drop-down list, select https.
IP address: In the drop-down list, select the IP address of the site or select All Unassigned.
Port: Type port 443. The port over which traffic is secure by SSL is port 443.
SSL certificate: In the drop-down list, select your new SSL certificate (e.g., yourdomain.com).

Install SSL Certificate