How to Generate a CSR in Windows-Based Server

Introduction

Generating a certificate signing request (CSR) is one of the pre-steps to get your own SSL certificate.
The following steps will guide you on how to generate CSR in a Windows-based server, where the corresponding SSL certificate will be installed.

Before we generate CSR for a domain, we need to obtain the following information.

Common Name: The name of the domain requiring an SSL certificate

Organization: The name of your organization/company

Organizational Unit: Affiliated department

Locality (City):  

State:

Country:

Steps to Generate CSR on Windows Server

Step 1: Find the place where the CSR can be generated

  1. Log in to the server where you plan to install the certificate.
  2. Go to the IIS Server Certificate option.
    Windows Server CSR1

Step 2: Create a certificate request

Click Create Certificate Request in the right-hand of the panel.

Windows Server CSR2

Step 3: Fill in the CSR information

Fill in the CSR information as described before. Click Next.

Windows server CSR3

Step 4: Choose the encrypted length

Select the encrypt length for 2048 bits. Click Next.

Windows VPS CSR4

Step 5: Save the certificate request path

Specify a file name for the certificate request.

CSR5windows

Step 6: Complete the CSR request

Click Finish to complete the CSR generating process.

6CSRwindows

Step 7: Check the CSR file

Open the CSR file (C:\SSL\your_domain.com_2020.txt).

CSR7windows

Step 8: The next step

Once you have completed all of the above steps, you can proceed to configure a certificate in the Billing system by referring to How to Configure a Certificate in the New Client Control Panel.

Video Tutorial: How to Create a CSR in Windows Server

Outline