Operating Systems: i5/OS
Personalize the table of contents and search results
Configure the client-side collection certificate store using the
administrative console
You can configure the client-side collection certificate store
by using the administrative console.
Overview
There is an important distinction between
V5.x and V6 and later applications. The information in this
article supports V5.x applications only that are used with WebSphere
Application Server V6.0.x and later. The information does not
apply to V6 and later applications.
A collection certificate
store is a collection of non-root, certificate authority (CA) certificates
and certificate revocation lists (CRLs). This collection of CA certificates
and CRLs are used to check the signature of a digitally signed SOAP message.
You
can configure the collection certificate either by using the assembly tools
or the WebSphere Application Server administrative console. Complete the following
steps to configure the client-side collection certificate store using the
administrative console.
Procedure
- Connect to the WebSphere Application Server administrative console.
You
can connect to the administrative console by typing http://server_name:port_number/ibm/console in
your Web browser unless you have changed the port number.
- Click Applications > Enterprise applications > application_name.
- Under Manage modules, click URI_name.
- Under Web Services Security Properties, click Web services:
Client security bindings to add the collection certificate store to the
client security bindings. If you do not see any entries, return
to the assembly tool and configure the security extensions for either the
client or the server. To configure the security extensions for the client,
see the following topics:
- Under Response receiver binding, click Edit to edit the
client security bindings.
- Click Collection certificate store.
- Click a Certificate store name to edit an existing certificate
store or click New to add a new certificate store name.
- 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.
- Leave the Certificate store provider field value as IBMCertPath.
- Click Apply.
- Under Additional properties, click X.509 certificates > New.
- 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.
- Click OK.
}
Related concepts
Collection certificate store
Related tasks
Configuring the server-side collection certificate store using the
administrative console
Configuring the server-side collection certificate store using an assembly
tool
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
Securing Web services for V5.x applications using XML digital
signature
|