How To: Configure DaticalDB for Db2 SSL Environments
The below instructions discuss how to use SSL with Db2 database connections in Datical DB.
Create a file in the DDB repo called db2ssl.properties
Add the following sample contents. This may vary depending on your environment:
sslConnection=true sslTrustStoreLocation=/opt/datical/cert/db2client.jks sslTrustStorePassword=<password>
In the Datical install directory repl folder (eg. /opt/datical/DaticalDB/repl) add the following line to the hammer-bin.ini:
-DDB2_DRIVER_PROPERTIES=./db2ssl.properties
You will also need to configure clpplus to use SSL.
Copyright © Datical 2012-2020 - Proprietary and Confidential