Knowledgebase

IBM HTTP Server  Print this Article

Generating the CSR file using IKEYMAN.

Note: The file you are creating is stored in the directory where you start IKEYMAN.

Create new Key Database:

  • It is a file that server uses to store one or more key pairs and certificates. You can use just one database or create as much as is comfortable for you.
  • Open IKEMAN on a command (UNIX) or start Key Management in the IBM HTTP Server folder (Windows).
  • From main user interface select Key Database File and click New.
  • New dialog box will appear. Type the name for the database and click with OK.
  • In the next box enter the password, confirm it and finish with OK.


Create New Key Pair and CSR:

  • Open IKEMAN on a command (UNIX) or start Key Management in the IBM HTTP Server folder (Windows).
  • From main user interface select Key Database File and click Open.
  • Select your database in the Open box and click OK.
  • From the main user interface select Create and New Certificate Request.
  • New dialog box will appear. Enter information:

Key Label: comment to identify key and certificate in the database,
Keysize: minimum 2048-bit,
Common Name:Fully Qualified Domain Name e.g. www.YourDomain.com
Organization Name:
Organization Unit:
Locality: city/town
State/Province:
Zipcode/Postcode:
Country: country code, UK e.g.

The following characters should not be used when typing in your CSR input: < > ~ ! @ # $ % ^ / \ ( ) ? , &

  • Certificate request name or default name.
  • Click OK in both boxes.

Was this answer helpful?

Related Articles

What is CSR and who needs it?
A Certificate Signing Request is a text generated on the server that is used to create your SSL...
Apache/OpenSSL
To generate a pair of private key and public Certificate Signing Request (CSR) for a webserver,...
Apache (with mod_ssl)
Installing SSL certificate on Apache with mod_ssl To install certificate you need 2...
Apache (Multi-Domain version)
To generate CSR file which includes more than one Fully Qualified Domain Name, you need to...
Apple Mac OS X Server
CSR is generated in 2 steps.I. Private key generation1. Log into server and open...