Configuring SSL in DB2 during runtime

The SSL feature provides a secure communication channel between Sterling B2B Integrator and the DB2 database.

Note: Always ensure that you have the latest JDBC driver that is compatible with the DB2 available. For more information, see DB2 JDBC Driver Versions and Downloads. An existing JDBC driver may not be compatible with the DB2.
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.

dbPort: <DB2 SSL Port>. Mandatory.
usessl: true. Mandatory.
dbTruststore. Trust store file name(.jks file). Mandatory.
Note:
  • Make sure to add the .jks file in the filesystem directory present on the host machine mapped to /ibm/resources/ using pv (Persistent Volume).
  • Modify the database 'secret' with the DB_TRUSTSTORE_PASSWORD.
Run the following command for the above changes to take effect:

helm upgrade <release_name> <path to ibm-b2bi-prod chart>
Note: 'release_name' refers to the current release where the changes are done.