Century Web Design Century Web Design, Quality web site design, ecommerce, digital certificates and hosting.
Century Web Design
Support
Creating a CSR
Documentational Requirements
Installing a Certificate
Displaying your Secure Site Seal

Digital Certificates
Buy a Certificate now
FAQ'S
Compare Us
Browser Compatibility

General
Home
Other Services
Site Map
Contact Us

256-bit SSL Digital Web Certificates

Generating a Certificate Signing Request (CSR) using Apache Mod_SSL

A CSR is a file containing your certificate application information, including your Public Key. Generate your CSR and then copy and paste the CSR file into the webform in the enrollment process:

Generate keys and certificate:

To generate a pair of private key and public Certificate Signing Request (CSR) for a webserver, "server", use the following command :

openssl req -nodes -newkey rsa:2048 -keyout myserver.key -out server.csr

This creates a two files. The file myserver.key contains a private key; do not disclose this file to anyone. Carefully protect the private key.

In particular, be sure to backup the private key, as there is no means to recover it should it be lost. The private key is used as input in the command to generate a Certificate Signing Request (CSR).

You will now be asked to enter details to be entered into your CSR.

What you are about to enter is what is called a Distinguished Name or a DN.

For some fields there will be a default value, If you enter '.', the field will be left blank.

-----
Country Name (2 letter code) [AU]: GB
State or Province Name (full name) [Some-State]: Yorks
Locality Name (eg, city) []: York
Organization Name (eg, company) [Internet Widgits Pty Ltd]: MyCompany Ltd
Organizational Unit Name (eg, section) []: IT
Common Name (eg, YOUR name) []: mysubdomain.mydomain.com
Email Address []:

Please enter the following 'extra' attributes to be sent with your certificate request

A challenge password []:
An optional company name []:
-----

Use the name of the webserver as Common Name (CN). If the domain name is mydomain.com append the domain to the hostname (use the fully qualified domain name).

The fields email address, optional company name and challenge password can be left blank for a webserver certificate.

Your CSR will now have been created. Open the server.csr in a text editor and copy and paste the contents into the online enrollment form when requested.

Alternatively one may issue the following command:

openssl req -nodes -newkey rsa:2048 -nodes -keyout myserver.key -out server.csr 
-subj "/C=GB/ST=Yorks/L=York/O=MyCompany Ltd./OU=IT/CN=mysubdomain.mydomain.com"

Note: If the "-nodes" is inputted the key will not be encrypted with a DES pass phrase

For more details please fill in the enquiries form in our contact us section or call us on +44 (0) 870 2242499 or e-mail us at enquiries@centurywebdesign.co.uk

Digital Certificates | Buy a Certificate now | FAQ'S | Browser Compatibility | Compare Us
Support | Creating a CSR | Documentational Requirements | Installing a Certificate
Displaying your Secure Site Seal | Other Services | Site Map | Contact Us

Century Web Design, 9 Wheatley Rd, Cardiff, South Wales, CF5 4LT
Telephone: +44 (0) 870 2242499, email: enquiries@centurywebdesign.co.uk