Skip to main content
Skip table of contents

How to Generate a CSR for LiteSpeed

Steps to generate a CSR for the LiteSpeed web server.

1. Run Private Key Generation Command

Generate an RSA private key by running the following command:

CODE
Openssl genrsa –out server.key 2048

The text “server.key” will set the file name of your private key. You can rename this at your discretion, but make sure you leave the extension as “.key”.

2. Run Private Key Generation Command

Generate an RSA private key by running the following command:

CODE
Openssl req –new –key server.key –out server.csr

The text “server.key” should be changed to match whatever file name you specified when creating the private key in Step 1. You can rename this at your discretion, but make sure you leave the extension as “.csr”.

3. Enter Details

The command will prompt you to enter in the following CSR details:

Common Name (CN)

The FQDN (fully-qualified domain name) you want to secure with the certificate such as www.google.com, secure.website.org, *.domain.net, etc.

Organization Name (ON)

The full legal name of your organization including the corporate identifier.

Organizational Unit (OU)

Your department such as ‘Information Technology’ or ‘Website Security.’

Locality or City (L)

The locality or city where your organization is legally incorporated. Do not abbreviate.

State or Province (S)

The state or province where your organization is legally incorporated. Do not abbreviate.

Country Name (C)

The official two-letter country code (i.e. US, CH) where your organization is legally incorporated.

4. Upload Your CSR

Congratulations, you created a CSR and it was automatically saved under the file name you specified and in the directory where you ran the command.

Locate and open the newly created CSR in a text editor such as Notepad and copy all the text including:

CODE
-----BEGIN CERTIFICATE REQUEST-----
And
-----END CERTIFICATE REQUEST-----

After you have received your CSR, return to your 101domain account and upload your CSR or paste in your CSR code.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.