Database
IBM Db2
Configure IBM Db2
1min
perform the following steps to import the pkcs #12 file into a local keystore on the server where ibm db2 is installed, create a working directory in the c drive for the tls certificates (such as c \certs ) copy the ca chain pem file into the folder open command prompt or powershell run the following command to create a local keystore "c \program files\ibm\gsk8\bin\gsk8capicmd 64" keydb create db c \certs\clientkeydb p12 pw safest type pkcs12 stash run the following command to import the ca certificate bundle into the local keystore "c \program files\ibm\gsk8\bin\gsk8capicmd 64" cert add db c \certs\clientkeydb p12 stashed label root file c \certs\ca chain pem run the following command to import the pkcs #12 file containing the ibm db2 client certificate and private key "c \program files\ibm\gsk8\bin\gsk8capicmd 64" cert import db c \certs\clientkeydb p12 stashed file c \certs\pki p12 type pkcs12