CSR Creation & SSL Certificate Installation (2024)

Creating a CSR and installing your SSL certificate on your Windows server 2016

Manage every certificate in a single platform with DigiCert CertCentral.

Sign Up

Use the instructions on this page to use IIS 10 to create your certificate signing request (CSR) and then to install your SSL certificate on your Windows server 2016.

  1. To create your certificate signing request (CSR), see IIS 10: How to Create Your CSR on Windows Server 2016.

  2. To install your SSL certificate, see IIS 10: How to Install and Configure Your SSL Certificate on Windows Server 2016.

If you are looking for a simpler way to create CSRs, and install and manage your SSL Certificates, we recommend using the DigiCert® Certificate Utility for Windows. You can use the DigiCert Utility to generate your CSR and install your SSL certificate. See.

1. IIS 10: How to Create Your CSR on Windows Server 2016

Using IIS 10 to Create Your CSR

  1. In the Windows start menu, type Internet Information Services (IIS) Manager and open it.

  2. In Internet Information Services (IIS) Manager, in the Connections menu tree (left pane), locate and click the server name.

    CSR Creation & SSL Certificate Installation (1)

  3. On the server name Home page (center pane), in the IIS section, double-click Server Certificates.

  4. On the Server Certificates page (center pane), in the Actions menu (right pane), click the Create Certificate Request… link.

    CSR Creation & SSL Certificate Installation (2)

  5. In the Request Certificate wizard, on the Distinguished Name Properties page, provide the information specified below and then click Next:

    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,"
    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.

    CSR Creation & SSL Certificate Installation (3)

  6. On the Cryptographic Service Provider Properties page, provide the information below and then click Next.

    Cryptographic In the drop-down list, selectMicrosoft RSA SChannel Cryptographic Provider,
    service 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 larger bit length.

    CSR Creation & SSL Certificate Installation (4)

  7. On the File Name page, under Specify a file name for the certificate request, click the box to browse to a location where you want to save your CSR.

    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.

    CSR Creation & SSL Certificate Installation (5)

  8. When you are done, click Finish.

  9. Use a text editor (such as Notepad) to open the file. Then, copy the text, including the-----BEGIN NEW CERTIFICATE REQUEST-----and-----END NEW CERTIFICATE REQUEST-----tags, and paste it into the DigiCert order form.

    CSR Creation & SSL Certificate Installation (6)

    Ready to order your SSL certificate

    Buy Now Learn More

  10. After you receive your SSL certificate from DigiCert, you can install it.

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

CSR Creation & SSL Certificate Installation (7)

If you have not yet created a CSR and ordered your certificate, see IIS 10: How to Create Your CSR Windows Server 2016.

After we validate and issue your SSL certificate, you need to install it on the Windows 2016 server where the CSR was generated. Then, you need to configure the server to use it.

  • (Single Certificate) How to install and configure your SSL certificate
  • (Multiple Certificates) How to install and configure your SSL certificates using SNI

(Single Certificate) How to install your SSL certificate and configure the server to use it

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 DigiCert 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.

    CSR Creation & SSL Certificate Installation (8)

  4. On the server name Home page (center pane), in the IIS section, double-click Server Certificates.

  5. On the Server Certificates page (center pane), in the Actions menu (right pane), click the Complete Certificate Request… link.

    CSR Creation & SSL Certificate Installation (9)

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

    File name containing the Click the box and browse to and select the .cer file
    certificate authority's response: (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 In the drop-down list, select Web Hosting.
    for the new certificate:

    CSR Creation & SSL Certificate Installation (10)

  7. Now that you've successfully installed your SSL certificate, you need to assign the certificate to the appropriate site.

  8. Assign SSL Certificate

  9. 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.

    CSR Creation & SSL Certificate Installation (11)

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

  11. In the Site Bindings window, click Add.

    CSR Creation & SSL Certificate Installation (12)

  12. 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).

    CSR Creation & SSL Certificate Installation (13)

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

    CSR Creation & SSL Certificate Installation (14)

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

This instructions explains how to install multiple SSL certificates and assign them using SNI. The process is split into two parts as follows:

  • Installing and Configuring Your First SSL Certificate

  • Installing and Configuring All Additional Certificates

Install First SSL Certificate

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 DigiCert 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.

    CSR Creation & SSL Certificate Installation (15)

  4. On the server name Home page (center pane), in the IIS section, double-click Server Certificates.

  5. On the Server Certificates page (center pane), in the Actions menu (right pane), click the Complete Certificate Request… link.

    CSR Creation & SSL Certificate Installation (16)

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

    File name containing the Click the box and browse to and select the .cer file
    certificate authority's response: (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 In the drop-down list, select Web Hosting.
    for the new certificate:

    CSR Creation & SSL Certificate Installation (17)

  7. Now that you've successfully installed your SSL certificate, you need to assign the certificate to the appropriate site.

  8. 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.

    CSR Creation & SSL Certificate Installation (18)

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

  10. In the Site Bindings window, click Add.

    CSR Creation & SSL Certificate Installation (19)

  11. 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).

    CSR Creation & SSL Certificate Installation (20)

  12. 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 DigiCert 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.

    CSR Creation & SSL Certificate Installation (21)

  4. On the server name Home page (center pane), in the IIS section, double-click Server Certificates.

  5. On the Server Certificates page (center pane), in the Actions menu (right pane), click the Complete Certificate Request… link.

    CSR Creation & SSL Certificate Installation (22)

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

    File name containing the Click the box and browse to and select the .cer file
    certificate authority's response: (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 In the drop-down list, select Web Hosting.
    for the new certificate:

    CSR Creation & SSL Certificate Installation (23)

  7. Now that you've successfully installed your SSL certificate, you need to assign the certificate to the appropriate site.

  8. 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.

    CSR Creation & SSL Certificate Installation (24)

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

  10. In the Site Bindings window, click Add.

    CSR Creation & SSL Certificate Installation (25)

  11. 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 After you enter the host name, check this box.
    Name Indication: 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).

    CSR Creation & SSL Certificate Installation (26)

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

Test Installation

If your website is publicly accessible, our DigiCert® SSL Installation Diagnostic Tool can help you diagnose common problems.

CSR Creation & SSL Certificate Installation (2024)
Top Articles
What Is Court Transcript Proofreading? | Rev
What happens to illegal drugs, guns and cash seized at the border?
English Bulldog Puppies For Sale Under 1000 In Florida
Katie Pavlich Bikini Photos
Gamevault Agent
Pieology Nutrition Calculator Mobile
Hocus Pocus Showtimes Near Harkins Theatres Yuma Palms 14
Hendersonville (Tennessee) – Travel guide at Wikivoyage
Compare the Samsung Galaxy S24 - 256GB - Cobalt Violet vs Apple iPhone 16 Pro - 128GB - Desert Titanium | AT&T
Vardis Olive Garden (Georgioupolis, Kreta) ✈️ inkl. Flug buchen
Craigslist Dog Kennels For Sale
Things To Do In Atlanta Tomorrow Night
Non Sequitur
Crossword Nexus Solver
How To Cut Eelgrass Grounded
Pac Man Deviantart
Alexander Funeral Home Gallatin Obituaries
Energy Healing Conference Utah
Geometry Review Quiz 5 Answer Key
Hobby Stores Near Me Now
Icivics The Electoral Process Answer Key
Allybearloves
Bible Gateway passage: Revelation 3 - New Living Translation
Yisd Home Access Center
Pearson Correlation Coefficient
Home
Shadbase Get Out Of Jail
Gina Wilson Angle Addition Postulate
Celina Powell Lil Meech Video: A Controversial Encounter Shakes Social Media - Video Reddit Trend
Walmart Pharmacy Near Me Open
Marquette Gas Prices
A Christmas Horse - Alison Senxation
Ou Football Brainiacs
Access a Shared Resource | Computing for Arts + Sciences
Vera Bradley Factory Outlet Sunbury Products
Pixel Combat Unblocked
Movies - EPIC Theatres
Cvs Sport Physicals
Mercedes W204 Belt Diagram
Mia Malkova Bio, Net Worth, Age & More - Magzica
'Conan Exiles' 3.0 Guide: How To Unlock Spells And Sorcery
Teenbeautyfitness
Where Can I Cash A Huntington National Bank Check
Topos De Bolos Engraçados
Sand Castle Parents Guide
Gregory (Five Nights at Freddy's)
Grand Valley State University Library Hours
Hello – Cornerstone Chapel
Stoughton Commuter Rail Schedule
Nfsd Web Portal
Selly Medaline
Latest Posts
Article information

Author: Barbera Armstrong

Last Updated:

Views: 6260

Rating: 4.9 / 5 (59 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Barbera Armstrong

Birthday: 1992-09-12

Address: Suite 993 99852 Daugherty Causeway, Ritchiehaven, VT 49630

Phone: +5026838435397

Job: National Engineer

Hobby: Listening to music, Board games, Photography, Ice skating, LARPing, Kite flying, Rugby

Introduction: My name is Barbera Armstrong, I am a lovely, delightful, cooperative, funny, enchanting, vivacious, tender person who loves writing and wants to share my knowledge and understanding with you.