Opening a cryptographic token using the key management utility (iKeyman)

Verify that your cryptographic token device is installed and functions properly. Create a cryptographic token, following the instructions provided by the manual of the cryptographic device.

From your cryptographic token device documentation, identify the token library. For example, the IBM 4758 PCI Cryptographic Card uses CRYPTOKI.DLL as the PKCS#11-type token library (see http://www.ibm.com/security/cryptocards/html/library.shtml for details).

Read the documentation located at $WAS_HOME/web/docs/ikeyman/ikmuserguide.pdf for further information about using the key management utility (iKeyman). Use the key management utility to open a cryptographic token. Once opened, you can manage your keys and certificates just like you do with keystore and truststore files...

  1. Start the key management utility, if it is not already running.

  2. Click Key DataBase File > Open.

  3. Click Cryptographic Token from the list of key database types.

  4. Fill in the information for File Name and Location, or browse for the cryptographic device library.

  5. Click OK to open the library.

  6. Type in the slot number in the next panel. This is the number of the slot in which you previously created the cryptographic token.

  7. Enter the password.This is the password configured for the cryptographic token that you created.

All of the personal and signer certificates are stored on the cryptographic token card. With the token open, you can create or request digital certificates and receive CA-signed certificates.

 

Usage Scenario

Once the cryptographic token is open, you can add or delete keys and certificates. Configure the cryptographic token settings in WebSphere Application Server.

 

See Also

Configuring to use cryptographic tokens
Managing digital certificates
Cryptographic token support