Server Gigabit Guide

IIS: Generate CSRs (Certificate Signing Requests)

You are here:
Estimated reading time: 1 min

What is a CSR? A CSR or Certificate Signing request is a block of encoded text that is given to a Certificate Authority when applying for an SSL Certificate. It is usually generated on the server where the certificate will be installed and contains information that will be included in the certificate such as the organization name, common name (domain name), locality, and country.

Below is the step to generate the CSR from IIS7/8 which on Window server 2008/2012.

1) From the Start screen, click or search for Internet Information Services (IIS) Manager and open it.

2) In the Connections panel on the left, then click the server name for which you want to generate the CSR.

3) In the middle panel, double-click Server Certificates.

CSRs-server certificates

4) In the Actions panel on the right, click Create Certificate Request….

5) Enter the following Distinguished Name Properties, and then click Next:

CSRs-distinguished name properties

Note: 

Common Name – The name through which the certificate will be accessed (usually the fully-qualified domain name, e.g., www.mondoze.com or mondoze.com).

Organization – However ,The legally registered name of your organization/company.

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 – In other words ,The city in which your organization is located.

State/province – The state in which your organization is located.

Country/region – Country Code

6) In the “Cryptographic Service Provider Properties” window, select Microsoft RSA SChannel Cryptographic Provider. Select 2048 or higher for Bit Length, then click NEXT.

CSRs-Cryptographic Service Provider Properties

7) Lastly, Select the file name of the CSR (.txt) and click FINISH.

The CSR (Certificate Signing Request) key of the domain is on that file that created on Step 7.
For more article, Please refer to the following articles. How to set up private nameserver for Window server?

Was this article helpful?
Dislike 0
Views: 46