Install and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (2024)

Install SSL Certificate

  1. On the server where you created the CSR, save the SSL certificate .cer file (e.g., your_domain_com.cer) that the certificate authority sent to you.
  2. In the Windows start menu, type Internet Information Services (IIS) Manager and open it.
  3. In Internet Information Services (IIS) Manager, in the Connections menu tree (left pane), locate and click the server name.

Install and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (1)

  1. On the server name Home page (center pane), in the IIS section, double-click Server Certificates.
  2. On the Server Certificates page (center pane), in the Actions menu (right pane), click the Complete Certificate Request… link.

Install and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (2)

  1. In the Complete Certificate Request wizard, on the Specify Certificate Authority Response page, do the following and then click OK:

    • 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 the certificate authority 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 certificate authority's name and the expiration date to the end of your friendly name, for example: yoursite-authority-(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.

Install and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (3)

  1. Now that you've successfully installed your SSL certificate, you need to assign the certificate to the appropriate site.
  1. In Internet Information Services (IIS) Manager, in the Connections menu tree (left pane), expand the name of the server on which the certificate was installed. Then expand Sites and click the site you want to use the SSL certificate to secure.

Install and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (4)

  1. On the website Home page, in the Actions menu (right pane), under Edit Site, click the Bindings… link.
  2. In the Site Bindings window, click Add.

Install and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (5)

  1. In the Add Site Bindings window, do the following and then click OK:

    • 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 and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (6)

  1. Your SSL certificate is now installed, and the website configured to accept secure connections.

Install and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (7)

(Multiple Certificates) How to install your SSL certificates and configure the server to use them using SN

Do this first set of instructions only once, for the first SSL certificate.

  1. On the server where you created the CSR, save the SSL certificate .cer file (e.g., your_domain_com.cer) that the certificate authority sent to you.
  2. In the Windows start menu, type Internet Information Services (IIS) Manager and open it.
  3. In Internet Information Services (IIS) Manager, in the Connections menu tree (left pane), locate and click the server name.

Install and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (8)

  1. On the server name Home page (center pane), in the IIS section, double-click Server Certificates.
  2. On the Server Certificates page (center pane), in the Actions menu (right pane), click the Complete Certificate Request… link.

Install and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (9)

  1. In the Complete Certificate Request wizard, on the Specify Certificate Authority Response page, do the following and then click OK:

    • 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 the certificate authority 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 certificate authority's name and the expiration date to the end of your friendly name, for example: yoursite-authority-(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.

Install and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (10)

  1. Now that you've successfully installed your SSL certificate, you need to assign the certificate to the appropriate site.
  2. In Internet Information Services (IIS) Manager, in the Connections menu tree (left pane), expand the name of the server on which the certificate was installed. Then expand Sites and click the site you want to use the SSL certificate to secure.

Install and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (11)

  1. On the website Home page, in the Actions menu (right pane), under Edit Site, click the Bindings… link.
    In the Site Bindings window, click Add.

Install and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (12)

  1. In the Add Site Bindings window, do the following and then click OK:

    • 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 and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (13)

  1. Your first SSL certificate is now installed, and the website configured to accept secure connections.

Install Additional SSL Certificates

To install and assign each additional SSL certificate, repeat the steps below, as needed.

  1. On the server where you created the CSR, save the SSL certificate .cer file (e.g., your_domain_com.cer) that the certificate authority sent to you.
  2. In the Windows start menu, type Internet Information Services (IIS) Manager and open it.
  3. In Internet Information Services (IIS) Manager, in the Connections menu tree (left pane), locate and click the server name.

Install and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (14)

  1. On the server name Home page (center pane), in the IIS section, double-click Server Certificates.
  2. On the Server Certificates page (center pane), in the Actions menu (right pane), click the Complete Certificate Request… link.

Install and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (15)

  1. In the Complete Certificate Request wizard, on the Specify Certificate Authority Response page, do the following and then click OK:

    • 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 the certificate authority 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 certificate authority's name and the expiration date to the end of your friendly name, for example: yoursite-authority-(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.

Install and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (16)

  1. On the website Home page, in the Actions menu (right pane), under Edit Site, click the Bindings… link.
  2. In the Site Bindings window, click Add.

Install and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (17)

  1. In the Add Site Bindings window, do the following and then click OK:

    • 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.
    • Host name: Type the host name that you want to secure.
    • Require Server Name Indication: After you enter the host name, check this box. This is required for all additional certificates/sites, after you've installed the first certificate and secured the primary site.
    • SSL certificate: In the drop-down list, select an additional SSL certificate (e.g., yourdomain2.com).

Install and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (18)

  1. You have successfully installed another SSL certificate and configured the website to accept secure connections.

Updated over 3 years ago

Install and Configure Your SSL Certificate on Windows Server 2016 with IIS 10 (2024)

FAQs

How to install and configure your SSL certificate on Windows Server 2016 with IIS 10? ›

Installation Instructions
  1. Access Server in IIS. Launch IIS Manager and click the server name in the Connections menu on the left.
  2. Open Server Certificates Manager. ...
  3. Open Complete Certificate Request Wizard. ...
  4. Specify Certificate Authority Response. ...
  5. Set Certificate Bindings.

How do I import SSL certificates into IIS 10? ›

In the Console window, in the Console Root pane (left side), expand Certificates (Local Computer), right-click on the Web Hosting folder, and then click All Tasks > Import. In the Certificate Import Wizard, on the Welcome to the Certificate Import Wizard page, click Next.

How to install SSL certificate in Windows Server step by step? ›

Installing an SSL Certificate on a Windows Server
  1. Establish a remote desktop connection to your server.
  2. Open the Server Manager.
  3. Open the IIS Manager by clicking on Tools > Internet Information Services (IIS) Manager in the Server Manager.
  4. Double-click on the computer name at the top-left of the window.

How to enable https in IIS Windows Server 2016? ›

In the Internet Information Services (IIS) Manager dialog, Connections pane, expand your computer name, expand Sites, and select Default Web Site. On the Actions pane, select Bindings. In the Site Bindings dialog, select Add. In the Add Site Binding dialog, on the Type menu, select https.

How to install and configure IIS on Windows Server 2016? ›

To learn how to enable IIS and the required IIS components on Windows Server 2016, see the instructions below.
  1. Open Server Manager and click Manage > Add Roles and Features. ...
  2. Select Role-based or feature-based installation and click Next.
  3. Select the appropriate server. ...
  4. Enable Web Server (IIS) and click Next.

How to update SSL certificate on Windows server in IIS? ›

Changing SSL Certificate in IIS Manager
  1. File name containing the certificate authority's response - Locate the . ...
  2. Friendly name - Provide a unique name to identify the SSL certificate. ...
  3. Select a certificate store for the new certificate - Select Personal.
  4. Click OK to save the certificate.

How to install certificate authority on Windows server 2016 step by step? ›

Adding server role and installing certificate
  1. Select Server Manager and click Add Role.
  2. Select Certification Authority under Role Services and click Next.
  3. Select Enterprise under Setup Type and click Next.
  4. Select Root CA under CA Type and click Next.
  5. Select SHA256 and click Next.
Jan 24, 2024

How do I manually install an SSL certificate? ›

How To Manually install an SSL Certificate
  1. Step 1: Purchase an SSL Certificate.
  2. Step 2: Configure your SSL Certificate.
  3. Step 3: Generate and upload a CSR.
  4. Step 4: Verify certificate details and click “Proceed.”
  5. Step 5: Allow time for the certificate to validate.

How to create an SSL certificate in IIS? ›

In IIS Manager, do the following to create a self-signed certificate:
  1. In the Connections pane, select your server in the tree view and double-click Server Certificates.
  2. In the Actions pane, click Create Self-Signed Certificate.
  3. Enter a user-friendly name for the new certificate and click OK.

How to check SSL certificate in Windows Server 2016? ›

How to Find SSL Certificates on Windows Server
  1. Open Microsoft Management Console (MMC) The first step is to open the Microsoft Management Console (MMC). ...
  2. Add Certificates Snap-in. In the MMC menu, click on File > Add/Remove Snap-in. ...
  3. Open Relevant Certificate Store. ...
  4. Identify SSL Certificate.
Oct 6, 2023

How to install open SSL in Windows Server 2016? ›

How to Install OpenSSL on Windows?
  1. Download OpenSSL from the official website.
  2. Double-click the downloaded file and select "Next" and "I accept the agreement."
  3. Choose a location to install OpenSSL and select desired components.
  4. Configure the OpenSSL path environment using the default path or specify a new one.
Jul 25, 2024

How to enable an SSL certificate? ›

Under Install and Manage SSL for your site (HTTPS), click Manage SSL Sites. Scroll down to the Install an SSL Website and click Browse Certificates. Select the certificate that you want to activate and click Use Certificate. This will auto-fill the fields for the certificate.

How to generate SSL certificate windows server 2016? ›

From the Start button select Programs > Administrative Tools > Internet Information Services Manager. In the IIS Manager, select the main server node on the top left under Connections and double-click the Server Certificates. From the Actions pane on the top right, select Create Certificate Request.

How to install certificate authority on Windows Server 2016 step by step? ›

Adding server role and installing certificate
  1. Select Server Manager and click Add Role.
  2. Select Certification Authority under Role Services and click Next.
  3. Select Enterprise under Setup Type and click Next.
  4. Select Root CA under CA Type and click Next.
  5. Select SHA256 and click Next.
Jan 24, 2024

How do I replace SSL certificate in IIS 10? ›

In the Site Bindings window, select binding for https and then click Edit. In the Edit Site Binding window, in the SSL certificate drop-down list, select your newly installed SSL Certificate by its friendly name and then, click OK. Your new SSL Certificate is now installed to the website.

How to create an SSL certificate in Windows 10? ›

In an AD domain, network root certificate can be auto-deployed to all joined stations.
  1. Step 1: Install and run OpenSSL. ...
  2. Step 2: Generate the root private key. ...
  3. Step 3: Create a self-signed certificate. ...
  4. Step 4: Install the root certificate on the workstation(s) ...
  5. Step 5: Create a private key.

Top Articles
Interested Party on Renters Insurance
Is It Worth Buying a Drink Package on a Carnival Cruise?
Riverrun Rv Park Middletown Photos
Methstreams Boxing Stream
Jackerman Mothers Warmth Part 3
Restaurer Triple Vitrage
Kent And Pelczar Obituaries
The Haunted Drury Hotels of San Antonio’s Riverwalk
Mndot Road Closures
Azeroth Pilot Reloaded - Addons - World of Warcraft
Ap Chem Unit 8 Progress Check Mcq
Ssefth1203
Flower Mound Clavicle Trauma
Darksteel Plate Deepwoken
Midlife Crisis F95Zone
Munich residents spend the most online for food
Sonic Fan Games Hq
E22 Ultipro Desktop Version
Aris Rachevsky Harvard
Hermitcraft Texture Pack
Kamzz Llc
Geometry Review Quiz 5 Answer Key
Dover Nh Power Outage
Lola Bunny R34 Gif
Sussyclassroom
Little Rock Skipthegames
A Man Called Otto Showtimes Near Cinemark University Mall
Hdmovie2 Sbs
Spiritual Meaning Of Snake Tattoo: Healing And Rebirth!
Blackboard Login Pjc
Firefly Festival Logan Iowa
What we lost when Craigslist shut down its personals section
Miller Plonka Obituaries
1475 Akron Way Forney Tx 75126
Los Garroberros Menu
10 games with New Game Plus modes so good you simply have to play them twice
How are you feeling? Vocabulary & expressions to answer this common question!
ENDOCRINOLOGY-PSR in Lewes, DE for Beebe Healthcare
Babbychula
Yogu Cheshire
20 bank M&A deals with the largest target asset volume in 2023
Aita For Announcing My Pregnancy At My Sil Wedding
511Pa
Free Crossword Puzzles | BestCrosswords.com
Actress Zazie Crossword Clue
Windy Bee Favor
Underground Weather Tropical
Tanger Outlets Sevierville Directory Map
Uncle Pete's Wheeling Wv Menu
Suzanne Olsen Swift River
Latest Posts
Article information

Author: Tuan Roob DDS

Last Updated:

Views: 6324

Rating: 4.1 / 5 (42 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Tuan Roob DDS

Birthday: 1999-11-20

Address: Suite 592 642 Pfannerstill Island, South Keila, LA 74970-3076

Phone: +9617721773649

Job: Marketing Producer

Hobby: Skydiving, Flag Football, Knitting, Running, Lego building, Hunting, Juggling

Introduction: My name is Tuan Roob DDS, I am a friendly, good, energetic, faithful, fantastic, gentle, enchanting person who loves writing and wants to share my knowledge and understanding with you.