Why and when to perform this task
This task provides instructions on how to configure key locators using the Assembly Toolkit. You can configure key locators in various locations within the Assembly Toolkit. This task provides instructions on how to configure key locators at any of these locations because the concept is the same.Steps for this task
The key alias is a reference to this particular key from the Signing Information section.
The key pass is the password associated with the certificate which is created using the Development Kit, Java Technology Edition keytool.exe file.
The key name refers to the alias of the certificate as found in the key store.
A typical set of properties for this key locator might be: id_1=user1, mappedName_1=key1, id_2=user2, mappedName_2=key2, default=key3. If user1 or user2 authenticates, then the associated key1 or key2 is used, respectively. However, if none of the user properties authenticate or the user is not user1 or user2, then key3 is used.