CSR Creation & SSL Certificate Installation (2024)

Creating a CSR and installing your SSL Certificate on Windows Server 2008

Use the instructions on this page to create your certificate signing request (CSR) and then to install your SSL certificate in IIS 7 on Windows Server 2008.

  1. To create your CSR, see IIS 7: How to Create Your CSR on Windows Server 2008.
  2. To install your SSL certificate, see IIS 7: How to Install and Configure Your SSL Certificate on Windows Server 2008.

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

Step 1: Create Your CSR in IIS 7 on Windows Server 2008

Want to watch how it's done? Check out our IIS 7 CSR video walkthrough.

IIS 7 CSR video walkthrough

  1. From the Windows Start menu, find Internet Information Services (IIS) Manager and open it (click Administrative Tools > Internet Information Services (IIS) Manager).

  2. In the Connections pane, locate and click the server.

  3. In the server Home page (center pane) under the IIS section, double-click Server Certificates.

    CSR Creation & SSL Certificate Installation (1)

  4. In the Actions menu (right pane), click Create Certificate Request.

    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: The fully-qualified domain name (FQDN) (e.g., www.example.com).
    Organization: Your company’s legally registered name (e.g., YourCompany, Inc.).
    Organizationalunit: The name of your department within the organization. This entry will usually be listed as "IT", "Web Security", or is simply left blank.
    City/locality: The city where your company is legally located.
    State/province: The state/province where your company is legally located.
    Country/region: The country/region where your company is legally located. Use the drop-down list to select your country.

    CSR Creation & SSL Certificate Installation (3)

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

    Cryptographicservice 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 using a 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 button to specify a save location for your CSR.

    Note: Remember the filename and save location of your CSR file. If you enter a filename without specifying a location, your CSR will be saved to C:\Windows\System32.

    CSR Creation & SSL Certificate Installation (5)

  8. When you are done, click Finish.

  9. Open the CSR file using a text editor (such as Notepad), 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)

  10. Ready to order your SSL certificate?

    Buy Now Learn More

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

Step 2: Install and Configure Your SSL Certificate in IIS 7 on Windows Server 2008

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

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

  • How to install your SSL certificate
  • How to configure your server to use the SSL certificate

How to install your SSL certificate and configure the server to use it

Want to watch how it's done? Check out our IIS 7 SSL certificate installation how to video.

IS 7 installation video walkthrough

    Install Your SSL Certificate

  1. On the server where you created the CSR, save the SSL certificate .cer file (e.g., your_domain_com.cer) that you received from DigiCert.

  2. Open Internet Information Services (IIS) Manager (click Start > Administrative Tools > Internet Information Services (IIS) Manager).

  3. In the Connections pane, locate and click the server.

  4. In the server Home page (center pane) under the IIS section, double-click Server Certificates.

    CSR Creation & SSL Certificate Installation (7)

  5. In the Actions menu (right pane), click Complete Certificate Request.

    CSR Creation & SSL Certificate Installation (8)

  6. In the Complete Certificate Request wizard, on the Specify Certificate Authority Response page, provide the following information:

    Filenamecontainingthe certificateauthority's response: Click the button to locate the .cer file you received from DigiCert
    (e.g., your_domain_com.cer).
    Friendly name: Type a friendly name for the certificate. This is not part of the certificate; instead, it is used to identify the certificate.

    Note: We recommend that you add the issuing CA (e.g., DigiCert) and the expiration date to the end of your friendly name; for example, yoursite-digicert-(expiration date). Doing this helps identify the issuer and expiration date for each certificate and also helps distinguish multiple certificates with the same domain name.

    CSR Creation & SSL Certificate Installation (9)

  7. Click OK to install the certificate.

    Note: There is a known issue in IIS 7 where the following message is displayed: "Cannot find the certificate request associated with this certificate file. A certificate request must be completed on the computer where it was created." You may also receive a message stating: "ASN1 bad tag value met."

    If this is the server where you generated the CSR, it's possible the certificate is actually installed and the message can be ignored. Simply click OK, then close and reopen Internet Information Services (IIS) Manager to refresh the list of server certificates. The new certificate should appear in the Server Certificates list, and you can continue with the next step.

    If the new certificate does not appear in the Server Certificate list, you need to do one of the following:

    • Reissue your certificate (see Reissuing a DigiCert SSL Certificate).
    • Use the DigiCert Certificate Utility to import the certificate (see SSL Certificates CSR Creation :: IIS 7).
  8. Now that you've successfully installed your SSL certificate, you need to configure your site to use it.

  9. Assign Your SSL Certificate

  10. In Internet Information Services (IIS) Manager, in the Connections pane, expand the name of the server on which the certificate was installed. Then expand Sites and click the site you want to secure using the SSL certificate.

  11. In the Actions menu (right pane), click Bindings.

    CSR Creation & SSL Certificate Installation (10)

  12. In the Site Bindings window, click Add.

    CSR Creation & SSL Certificate Installation (11)

  13. In the Add Site Binding 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 443. (SSL uses port 443 to secure traffic.)
    SSL certificate: In the drop-down list, select your new SSL certificate (e.g., yourdomain.com).

    CSR Creation & SSL Certificate Installation (12)

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

    CSR Creation & SSL Certificate Installation (13)

  15. Note: To enable your SSL certificate for use on other Windows servers, see PFX export instructions.

Test Installation

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

Additional Information

  • To enable your SSL certificate for use on other Windows servers, see PFX export instructions.

  • For help with your certificate installation or troubleshooting, try our Windows SSL management utility.

  • For instructions on disabling the SSLv3 protocol, see Microsoft IIS: Disabling the SSL v3 Protocol.

CSR Creation & SSL Certificate Installation (2024)

FAQs

How do I create a CSR for my SSL certificate? ›

  1. Steps to generate a key and CSR.
  2. Configure a certificate for multiple domain names.
  3. Set the OpenSSL configuration environment variable (optional)
  4. Generate a key.
  5. Create a certificate signing request to send to a certificate authority.
  6. Send the CSR to a certificate authority to obtain an SSL certificate.

How to generate CSR and install SSL in SAP? ›

How to Generate CSR and install SSL in SAP?
  1. Generate CSR using SAPGENPSE.
  2. Generate CSR using the Trust Manager.
  3. Install an SSL Certificate Using SAPGENPSE.
  4. Install an SSL Certificate Using the STRUST manager.

How to install an SSL certificate step by step? ›

  1. Step 1: Gather Requirements. It is now easier than ever to use HTTPS on your website. ...
  2. Step 2: Generate Certificate. Now that you have all the required information, you can connect to your server and install a tool that will generate an SSL certificate. ...
  3. Step 3: Final Steps.

How to create the CSR and how to import the certificate response? ›

How to create a CSR and import the certificate response in STRUST
  1. Go to transaction STRUST and check the PSE under SAP Server Standard: ...
  2. Make sure that it is at least RSA/2048/SHA256: ...
  3. Save and exit STRUST and come back to the same transaction.
  4. Double-click on the new PSE and select “Create Certificate Request”
Jul 7, 2020

Top Articles
How to Buy Ethereum in MetaMask: Wyre and Transak
How To Disconnect MetaMask From OpenSea
Katie Pavlich Bikini Photos
Gamevault Agent
Hocus Pocus Showtimes Near Harkins Theatres Yuma Palms 14
Free Atm For Emerald Card Near Me
Craigslist Mexico Cancun
Hendersonville (Tennessee) – Travel guide at Wikivoyage
Doby's Funeral Home Obituaries
Vardis Olive Garden (Georgioupolis, Kreta) ✈️ inkl. Flug buchen
Select Truck Greensboro
How To Cut Eelgrass Grounded
Pac Man Deviantart
Alexander Funeral Home Gallatin Obituaries
Craigslist In Flagstaff
Shasta County Most Wanted 2022
Energy Healing Conference Utah
Testberichte zu E-Bikes & Fahrrädern von PROPHETE.
Aaa Saugus Ma Appointment
Geometry Review Quiz 5 Answer Key
Walgreens Alma School And Dynamite
Bible Gateway passage: Revelation 3 - New Living Translation
Yisd Home Access Center
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
Dmv In Anoka
A Christmas Horse - Alison Senxation
Ou Football Brainiacs
Access a Shared Resource | Computing for Arts + Sciences
Pixel Combat Unblocked
Umn Biology
Cvs Sport Physicals
Mercedes W204 Belt Diagram
Rogold Extension
'Conan Exiles' 3.0 Guide: How To Unlock Spells And Sorcery
Teenbeautyfitness
Weekly Math Review Q4 3
Facebook Marketplace Marrero La
Nobodyhome.tv Reddit
Topos De Bolos Engraçados
Gregory (Five Nights at Freddy's)
Grand Valley State University Library Hours
Holzer Athena Portal
Hampton In And Suites Near Me
Stoughton Commuter Rail Schedule
Bedbathandbeyond Flemington Nj
Free Carnival-themed Google Slides & PowerPoint templates
Otter Bustr
Selly Medaline
Latest Posts
Article information

Author: Greg O'Connell

Last Updated:

Views: 6843

Rating: 4.1 / 5 (42 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Greg O'Connell

Birthday: 1992-01-10

Address: Suite 517 2436 Jefferey Pass, Shanitaside, UT 27519

Phone: +2614651609714

Job: Education Developer

Hobby: Cooking, Gambling, Pottery, Shooting, Baseball, Singing, Snowboarding

Introduction: My name is Greg O'Connell, I am a delightful, colorful, talented, kind, lively, modern, tender person who loves writing and wants to share my knowledge and understanding with you.