home / support / ssl certificate csr generation / apache openssl

Generating a Certificate Signing Request (CSR) for Apache SSL using OpenSSL

Apache CSR Creation - the fast & easy way!

Save yourself some time by using our new OpenSSL CSR Tool to create your apache ssl csr. Simply fill in the common name that is used to reach your server or enter the URL of the page you want to use SSL with, press return, then paste the customized OpenSSL CSR command into your terminal. Finished!

Step 1: Prepare your Apache server

In order to be able to use SSL with your Apache server, you will need to have OpenSSL installed on your Apache server.

Step 2: Create your Certificate Signing Request

To generate a key pair consisting of Private Key and Certificate Signing Request (CSR) use the following command:

openssl req -new -nodes -keyout myserver.key -out server.csr

You will now be asked to enter the following data for your CSR:

You will now have created two files, the Private Key file named myserver.key and Certificate Signing Request (CSR) file named server.csr

When asked to "Copy & Paste" your CSR into the CSR field during the order process, open the server.csr file with a text editor and copy and paste the content into the CSR field on the order form.

Additional information

Apache-SSL
Mod_SSL Documentation
OpenSSL Documentation
Apache Documentation

For Mac OS X client specific information visit
http://developer.apple.com/internet/macosx/modssl.html