IBM Security Access Manager for Enterprise Single Sign-On, Version 8.2

Using the Keytool for provisioning

A Keytool is a utility that creates keystores or imports certificates.

About this task

When using the Sun Keytool utility, see the Java™ Keytool documentation. Go to http://www.oracle.com and search the JDK documentation for "Keytool - key and certificate management tool".

When using the IBM® Keytool utility, see the Java Keytool documentation in: http://www.ibm.com/developerworks/java/jdk/ and search for "Class KeyTool".

The following command-line example shows you how to use the Keytool:

keytool -import -alias ims -file <certificate_file_path> -keystore 
<truststore_path> -storepass <truststore_password>

See the procedure for information about obtaining a file certificate. You must first obtain a file certificate before running the Keytool.

Procedure

  1. From the Microsoft Internet Explorer, go to https://<imsserver>/ where <imsserver> is the host name of the IMS Server.
  2. Click the lock icon and select View certificates.
  3. Click the Details tab.
  4. Click Copy to File.
  5. Click Next.
  6. Select the Base-64 encoded X.509 format.
  7. Click Save.


Feedback