Creating or Editing a KeyStore Provider Shared Resource

KeyStore Provider shared resources can be created or edited using the TIBCO BPM Enterprise Administrator.

Procedure

  1. From the TIBCO BPM Enterprise Administrator, select Shared Resources Manager.
  2. From the drop-down list in the upper left, select Keystore Provider.
  3. Click .
  4. Configure the KeyStore Provider shared resource using the following descriptions.
    Definition
    Property Description
    Name (Required) The unique name of the KeyStore Provider shared resource. The name is case insensitive.
    Description A description for the KeyStore Provider shared resource.
    Select Keystore type (Required) The type of KeyStore. The available selections are:
    • JKS - This 'Java KeyStore' is provided by Sun in the standard JDK.
    • JCEKS - This 'Java Cryptography Extension KeyStore' is available if you have Sun's JCE (Java Cryptography Extension) installed. This KeyStore provides much stronger protection for stored private keys by using Triple DES encryption.
    • PKCS12 - This 'Public-Key Cryptography Standards" KeyStore provides a format for storing server certificates and private keys in a single encrypted file.
    • Other - Select this if the KeyStore is something other than what is provided in the down-drop list. Specify the KeyStore type in the Enter Keystore type field.
    Enter Keystore type Specify the KeyStore type if 'Other' is selected in the Select Keystore type field.
    Keystore
    Property Description
    Upload Keystore file Use this button to upload a keystore file to TIBCO BPM Enterprise.

    If the keystore file is successfully uploaded, "Keystore uploaded" is displayed, and the name of the uploaded file is shown.

    Security Provider The name of a KeyStore security provider. For example:
    • Sun - Specify this if you are using the JKS KeyStore type.
    • SunJCE - Specify this if you are using the JCEKS KeyStore type.
    • SunJSSE - Specify this if you are using the PKCS12 KeyStore type.

    If not specified, the JVM default based on specified KeyStore type is used.

    Password The password used to unlock the KeyStore.
  5. Click Save.