Key configuration settings

Use this page to define the mapping of a logical name to a key alias in a keystore file.

To view this WebSphere® Application Server administrative console page for the key locator collection on the server level, complete the following steps:

  1. Click Servers > Application servers > server_name.

  2. Under Security, click Web services: Default bindings for Web services security.

  3. Under Default generator bindings, click Token Generators > token_generator_name.

  4. Under Additional properties, click Callback handler > Keys.

  5. Specify a new key configuration by clicking New or by clicking the key configuration name to modify the settings.
Keys are also available by clicking Key locators > key_locator_name. Under Additional properties, click Keys > New.

To use this WAS administrative console page for the key locator collection on the application level, complete the following steps:

  1. Click Applications > Enterprise applications > application_name.

  2. Under Related items, click EJB modules or Web modules > URI_name.

  3. Under Additional properties, you can access key locators for the following bindings:

    • For the Request generator, click Web services: Client security bindings. Under Request generator (sender) binding, click Edit custom > Key locators. Under Additional properties, click Keys.

    • For the Request consumer, click Web services: Server security bindings. Under Request consumer (receiver) binding, click Edit custom > Key locators. Under Additional properties, click Keys.

    • For the Response generator, click Web services: Server security bindings. Under Response generator (sender) binding, click Edit custom > Key locators. Under Additional properties, click Keys.

    • For the Response consumer, click Web services: Client security bindings. Under Response consumer (receiver) binding, click Edit custom > Key locators.Under Additional properties, click Keys.

  4. Specify a new key configuration by clicking New or by clicking the key configuration name to modify the settings.

 

Related reference

Key collection

 

Key name

Specifies the name of the key object. For digital signatures, the key name is used by the request sender or request generator signing information to determine which key is used to digitally sign the message. For encryption, the key name is used to determine the key used for encryption.

The key name must be a fully qualified, distinguished name. For example, CN:Bob,O=IBM,C=US.

Note: If you enter the distinguished name with spaces before or after commas and equal symbols, WAS normalizes the distinguished names automatically during run time by removing these extra spaces.

 

Key alias

Specifies the alias for the key object, which is used by the key locator to find the key within the keystore file.

 

Key password

Specifies the password that is needed to access the key object within the keystore file.