C2Net Stronghold

During CSR generation:

  • login to server,
  • do not use commas in any file,
  • do not use any of the characters: ! @ # $ % ^ * ( ) ~ ? > < & / \

CSR generation

1. On the command line enter:

genkey <name_of_your_Web_server>

The files where the key and certificate are stored will display with full path.

Note: If you are requesting a new certificate using an existing private key, type:

genreq <name_of_your_Web_server>

2. The console will be opened. Enter the key root length (now the norm is 2048-bit). Server will start generating the CSR file.

3. Press Y, to continue.

4. Enter all required data which will be used with the certificate:"O" Organization = your company name

"OU" Organizational Unit = IT
"CN" Common Name = yourdomainname.com
"C" Country/Region = PL
"St" State/Province = Malopolskie
"L" Locality = Krakow

5. Check all typed data and confirm it. CSR will be saved to the file displayed when you ran genkey.

6. Copy it with BEGIN and END lines to Notepad document. You will need it to issue SSL certificate.

  • 30 Users Found This Useful
Was this answer helpful?

Related Articles

What is CSR and who needs it?

A Certificate Signing Request is a text generated on the server that is used to create your SSL...

Apache/OpenSSL

To generate a pair of private key and public Certificate Signing Request (CSR) for a webserver,...

Apache (with mod_ssl)

Installing SSL certificate on Apache with mod_ssl To install certificate you need 2...

Apache (Multi-Domain version)

To generate CSR file which includes more than one Fully Qualified Domain Name, you need to...

Apple Mac OS X Server

CSR is generated in 2 steps.I. Private key generation1. Log into server and open...