Follow these instructions to generate a CSR for your Web site. When you have completed
this process, you will have a CSR ready to submit to eWAY in order to be
generated into a SSL Security Certificate.
OpenSSL is the open source project that replaced SSLeay. If you are using SSLeay
on your system instead of OpenSSL, substitute ssleay with openssl for the commands.
- Start your iPlanet Enterprise web server.
- Open the iPlanet Netscape administration page.
- Log in as the administrator.
- Click on Security.
- Select Create Database (If you have not already created the security database).
If no database exists, iPlanet Web Server creates the proper key and certificate
database files and stores them in the alias/ directory (otherwise, iPlanet Web Server
displays an error message).
- Type in Database Password. Confirm Password. Click OK.
Warning: If you forget the password, you must purchase another certificate.
See the certificate replacement policy at the bottom of these instructions.
- Click on Request a Certificate.
- Select New Certificate.
- Select CA URL (enter www.RapidSSL.com in the box). Note: this selection is
arbitrary; you will be presented with the resulting CSR in the next window - that's
when you cut-and-paste the CSR and save it.
- Enter your key pair file password.
- When creating a CSR you must follow these conventions.
Type in the Distinguished Name Field information.
The following characters can not be accepted: < > ~ ! @ # $ % ^ * / \ ( )
?&.
|
Distinguished Name Fields
|
Explanation
|
Example
|
|
Requester Name
|
Your Name
|
John Smith
|
|
Telephone Number
|
Your phone number
|
(xxx) xxx-xxxx
|
|
Common Name
|
The fully qualified domain name for your web server. This must be an exact match.
|
If you intend to secure the URL https://www.yourdomain.com, then your CSR's common
name must be www.yourdomain.com.
|
|
Email address
|
Your email address
|
abc@yourdomain.com
|
|
Organization
|
The exact legal name of your organization. Do not abbreviate your organization name.
|
Your Company, Inc.
|
|
Organization Unit
|
Section of the organization
|
Marketing
|
|
Locality or City
|
The city where your organization is legally located.
|
Atlanta
|
|
State/Province
|
The state or province where your organization is legally located. Can not be abbreviated.
|
Georgia
|
|
Country
|
The two-letter ISO abbreviation for your country.
|
US = United States
|
- Click OK when finished.
- Enter Certificate Request Information:
|
What you see
|
What you should type
|
|
Operation
|
Submit CSR
|
|
Certificate Type
|
Server
|
|
Requester Name
|
Name
|
|
Requester Email
|
Email
|
|
Requester Phone
|
Phone Number
|
|
Requester Comments
|
(Leave blank)
|
- The system will generate a CSR in PKCS #10 format which will start with
"-----Begin Certificate Request-----" and it will end with "-----End Certificate
Request-----".
- Save this CSR into a text file. If you are using Windows or NT, you can use
Notepad to cut and paste the CSR and then save it.
Return to CSR Instruction List