How To: Configure DaticalDB for Db2 SSL Environments

The below instructions discuss how to use SSL with Db2 database connections in Datical DB.

  1. Create a file in the DDB repo called db2ssl.properties

    1. Add the following sample contents. This may vary depending on your environment:

      sslConnection=true sslTrustStoreLocation=/opt/datical/cert/db2client.jks sslTrustStorePassword=<password>
  2. 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
  3. You will also need to configure clpplus to use SSL.

 

Copyright © Datical 2012-2020 - Proprietary and Confidential