Configuring TLS for the Siebel Java Data Bean Standalone Client

You can configure Transport Layer Security (TLS) for the Siebel Java Data Bean standalone client.

To configure TLS for the Siebel Java Data Bean standalone client

  1. Configure TLS for the Siebel Application Object Manager component.

    For more information, see Siebel Security Guide.

  2. Add or modify the following parameters in the siebel.properties file:

    ;;connection string
    siebel.connection.string = siebel.TLS.None.None://<hostname>:<port>/siebel/SCCObjMgr_enu
    ;;key store property name
    siebel.ssl.keystore = keystore_path
    ;;trust store property name
    siebel.ssl.truststore = truststore_path
    ;;key store alias property name
    siebel.ssl.keystorealias = encrypted_keystore_alias
    ;;key store password
    siebel.ssl.keystorepassword = encrypted_keystore_password
    ;;trust store password
    siebel.ssl.truststorepassword = encrypted_truststore_password
    
  3. Encrypt the alias and password using encryptstring.jar.