SSL support for Microsoft SQL
The SSL feature provides a secure communication channel between Sterling B2B Integrator and the Microsoft SQL database.
For a docker installation, you can configure the SSL option by adding the following attributes in the
setup.cfg
file.
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 TLSv1.2 for SSL.
MSSQL_HOST_NAME_IN_CERTIFICATE: Hostname of the database server machine.
MSSQL_TRUST_SERVER_CERTIFICATE=true/false
If true, the parameters (DB_TRUSTSTORE, DB_TRUSTSTORE_PASSWORD, MSSQL_HOST_NAME_IN_CERTIFICATE)
are not required to be specified.
If false, all the parameters need to be specified.