|
Qmail Open-SSL Web Server
Creating
a Certificate Signing Request
- Connect to your server.
- At the prompt, type:
openssl req -new -nodes -keyout your_domain_name.key -out your_domain_name.csr
This command creates two files: the Private-Key file for the decryption of your SSL Certificate, and a certificate signing request (CSR) file that you will use later to order your certificate.
You will be prompted for information about your organization, beginning with geographic information. There may be default information set already. The city, state, etc. that you enter must represent the correct location of the organization.
You will be prompted for a Common Name (domain name), enter the fully qualified domain name (FQDN) for the site you are securing. If you will be ordering a Wildcard SSL Certificate your common name must start with *. (for example: *.ipsca.com).
We highly recommend that you choose a challenge password to increase security, though it is an optional field.
Your CSR and Key files will be saved to the current directory. Make sure to keep your Private Key file because you will need it when you install the certificate.
- Create CSR:
Use a text editor to open the CSR. Copy and paste the entire block of text (including the BEGIN and END tags) into 'CSR' field of the ipsCA Certificate order form.
- When
creating a CSR you must follow these conventions.
Enter
the information to be displayed in the certificate.
The
following characters are not accepted: < > ~ ! @ # $ % ^ * / \ ( )
?.,&
Wildcard certificates must start with *. characters
|