Knowledgebase

IBM WebSphere 4.0 Server  Print this Article

First create a keystore
You will save your private key in keystore. It is a part of the certificate.

Open IKEYMAN tool with the command ./ikeyman.sh
A screen IBM Key Management will appear. You can use existing keystore or create a new one. Here we are creating a new one, only for WebSphere.

The IBM Key Management window is open - select the option Key Database File and New. New box will appear:

  • leave the JKS as the Key database type,
  • type name for the file,
  • and choose the location where the file will be saved.


Now you can create CSR:

  • In the IBM Key Management screen, select in the menu Create and New Create Request.
  • New dialog box will appear. Enter the data:

Key Label: the key worlds/name you will able to find the CSR,
Key Size: use minimum 2048-bit,
Common Name: type domain name you want to secure (without http://) but with www if you want to secure it in this way,
Organization: entire name of company,
Organization Unit: IT e.g.,
Locality: town or city,
State/Province:
Country: select a code of your country,
Request file name:

  • Click OK to generate CSR. When it is ready, a key pair is also generated (private key only stored in the keystore, public key in the certificate you receive).

If it successfully created the information will show like this:

A new certificate request has been successfully created in the file: ___________________________
You must send this file to the certification authority to request a certificate.

You will need this file during the application process for the SSL certificate.

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...