SSL support for Microsoft SQL
The SSL feature provides a secure communication channel between Sterling B2B Integrator and the Microsoft SQL database.
For a Helm installation, you can configure the SSL option by adding the following attributes in the
values.yaml
file available in ibm-b2bi-prod
chart.
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: The default value is 1.2 for SSL.
MSSQL_HOST_NAME_IN_CERTIFICATE: Hostname of the database server machine.
MSSQL_TRUST_SERVER_CERTIFICATE=true/false
Note: If the MSSQL_TRUST_SERVER_CERTIFICATE parameter is set to:
true
: the parameters DB_TRUSTSTORE, DB_TRUSTSTORE_PASSWORD, and MSSQL_HOST_NAME_IN_CERTIFICATE are not required.false
: all the parameters are required.
Run the following command for the above changes to take effect:
helm upgrade <release_name> <path to ibm-b2bi-prod chart>
Where, <release_name> refers to the current release where the changes are done.