SSL support for Oracle
The SSL feature provides a secure communication channel between Sterling B2B Integrator and the Oracle database.
For a docker installation, you can configure the SSL option by adding the following attributes in
the
setup.cfg
file.
USESSL=true/false (true if Oracle is configured on SSL).
DB_TRUSTSTORE: Trust store file name. This file must be present in the mapped volume.
DB_TRUSTSTORE_PASSWORD: The password used during the trust store key creation.
TLS_VERSION: Only TLS version 1.2 is supported. The default value is 1.2 for SSL.
DB_KEYSTORE: Key store file name. This file must be present in the mapped volume.
DB_KEYSTORE_PASSWORD: The password used during the key store creation.
Note: The
parameters
DB_TRUSTSTORE
and DB_KEYSTORE
are mandatory if the
parameter USESSL
is set to true.