Configure default collection certificate stores at the cell level in the WebSphere Application Server administrative console

 

Overview

A collection certificate store is a collection of nonroot, certificate authority (CA) certificates and certificate revocation lists (CRLs). This collection of CA certificates and CRLs is used to check the signature of a digitally signed SOAP message. A certificate store typically refers to a certificate store located in the file system. The location of the certificate store can vary from machine to machine, so you might configure a default collection certificate store for a specific machine and reference it from within the signing information. The signing information is found within the binding configurations of any application installed on the machine. This suggestion enables you to define a single collection certificate store for all of the applications that need to use the same certificates. You also can specify the default binding information at the server level.

Complete the following steps to configure the default collection certificate store at the cell level using the WebSphere Application Server administrative console:

  1. Connect to the administrative console.You can access the administrative console by typing http://localhost:9090/admin in your Web browser unless you have changed the port number.

  2. Click Security > Web Services > Collection Certificate Store.

  3. Click a listed Certificate Store Name to edit an existing store, or click New to add a new store.This name is referenced in the Certificate Store field on the Signing information configuration page.

  4. Leave the Certificate Store Provider field value as IBMCertPath.

  5. Click Apply.

  6. Under Additional Properties, click X.509 Certificates > New.

  7. Enter the path to your certificate store.For example, the path might be: ${USER_INSTALL_ROOT}/etc/ws-security/samples/intca2.cer

    If you have any additional certificate store paths to enter, click New and add the path names.

  8. Click OK.

Related concepts
Collection certificate store
Related tasks
Securing Web services using XML digital signature
Configuring default collection certificate stores at the server level in the WebSphere Application Server administrative console
Configuring the server-side collection certificate store using the Assembly Toolkit
Configuring the client-side collection certificate store using the administrative console
Configuring the server-side collection certificate store using the administrative console