|
CSR Support |
|
Qmail Open-SSL Web Server Creating
a Certificate Signing Request
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.
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.
Enter
the information to be displayed in the certificate. The
following characters are not accepted: < > ~ ! @ # $ % ^ * / \ ( )
?.,&
Wildcard certificates must start with *. characters
|
|
Distinguished
Name Field |
Explanation |
Example |
|
Country
Name |
The
two-letter ISO abbreviation for your country |
US
= United States |
|
State
or Province Name |
The
state or province where your organization is located. Can not be
abbreviated. |
Georgia |
|
City
or Locality |
The
city where your organization is located. |
Atlanta |
|
Organization
Name |
The
exact legal name of your organization. Do not abbreviate |
IPS
S.L. |
|
Organizational
Unit |
Optional
for additional organization information |
Marketing |
|
Common
Name (Server Host Name) |
The
fully qualified domain name for your web server. You will get a
certificate name check warning if this is not an exact match. |
If
you intend to secure the URL https://secure.yourURL.com, then your
CSR's Server Hostname must be secure.yourURL.com |
|
Server
Admin.'s email address |
Your
email address |
abc@yourURL.com |
|
|
CSR installation |
|
Installing a Server Certificate using Qmail Open-SSL Web Server
|
Step one: Save the Certificate
|
|
|
|
© 1996 - 2007 ipsCA,
IPS
Certification Authority, S.L.
all Rights reserved.
Our CPS summarized or complete, CRLs, Root Certificates and legal documents can be found in our repository Read our Privacy Policy and Terms of Use |