Configure the server-side collection certificate store using the administrative console

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.

You can configure the collection certificate either by using the WAS Toolkit or the WAS administrative console. Complete the following steps to configure the server-side collection certificate store using the administrative console.

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

  2. Click Applications > Enterprise Applications > application_name.

  3. Under Related Items, click either Web Modules or EJB Modules depending on the type of module you are securing.

  4. Click the name of the module you are securing.

  5. Under Additional Properties, click Web Services: Server Security Bindings to add the collection certificate store to the server security bindings.If you do not see any entries, return to the WebSphere Application Server Toolkit and configure the security extensions for the server.

    To configure the security extensions for the server, see the following topics...

  6. Click Edit under Request Receiver Binding to edit the server security bindings.

  7. Click Collection Certificate Store.

  8. Click a Certificate Store Name to edit an existing certificate store or click New to add a new certificate store name.

  9. Enter a name in the Certificate Store Name field. The name entered in this field is a name that is referenced in the Certificate Store field on the Signing information configuration page.

  10. Leave the Certificate Store Provider field as IBMCertPath.

  11. Click Apply.

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

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

  14. Click OK.

 

See Also

Securing Web services using XML digital signature
Configuring the server-side collection certificate store using the Assembly Toolkit
Configuring the client-side collection certificate store using the administrative console
Configuring the client for response digital signature verification: Verifying the message parts
Configuring the client for response digital signature verification: choosing the verification method
Configuring the server for request digital signature verification: verifying the message parts
Configuring the server for request digital signature verification: choosing the verification method