How do I generate the Certificate Signing Request (CSR) for my SSL certificate?

The following document informs you of the process of generating a digital certificate. For help with obtaining a digital certificate see the following article: How do I obtain an SSL certificate?

Certificate Signing Request (CSR)

The certificate signing request (CSR) must be created from a 2048-bit or larger key pair. Check the Sectigo's How-to Guides for your particular web server and instructions for generating a certificate signing request. At some point during the process you will be prompted to enter values for the following six  (Sectigo recommends only three [CN, SAN, Country]) fields that will be encoded in your certificate:

  • Common-name : server.department.uic.edu

  • Subject Alternate Names (DNS) : web-1.department.uic.edu, web-2.department.uic.edu

  • Organization : University of Illinois Chicago

  • Organizational Unit : Department Name

  • Locality : Chicago

  • State : Illinois

  • Country : US

Enter the appropriate values for your server (Common-name) and department (Organizational Unit). All other fields should be entered exactly as shown: no abbreviations (IL, must be Illinois), punctuation, capitalization, extra spaces, et cetera. 

If you are prompted for a webmaster’s email address, phone number, or challenge phrase, enter any reasonable values. These three items are optional and not actually used to create your certificate.

Once you have generated your CSR, visit our request form to have a certificate generated.

CSR Generation using OpenSSL

 

How to generate a Certificate Signing Request on Apache Mod_SSL/OpenSSL

CSR Generation using Microsoft IIS

Microsoft IIS 5.x & 6.x 

Microsoft IIS 7.x 

Microsoft IIS 8.x 

General Help on CSR Generation 

 

Note: As an alternative to the manual instructions on this page, Comodo offers a free utility which will automatically install your certificate on your IIS website; SSL Management without the hassle.

Details

Article ID: 808
Created
Fri 1/15/21 6:09 PM
Modified
Thu 1/27/22 11:15 AM

Related Services / Offerings (1)

A required certificate to enable Transport Layer Security (TLS) operation on a server (typically a web server).