Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.futurex.com/llms.txt

Use this file to discover all available pages before exploring further.

Perform the following steps to import the PKCS #12 file into a local keystore:
1
On the server where IBM Db2 is installed, create a working directory in the C: drive for the TLS certificates (such as C:\Certs).
2
Copy the ca-chain.pem file into the folder.
3
Open Command Prompt or PowerShell.
4
Run the following command to create a local keystore:
Shell
"C:\Program Files\IBM\gsk8\bin\gsk8capicmd_64" -keydb -create -db C:\Certs\clientkeydb.p12 -pw safest -type pkcs12 -stash
5
Run the following command to import the CA certificate bundle into the local keystore:
Shell
"C:\Program Files\IBM\gsk8\bin\gsk8capicmd_64" -cert -add -db C:\Certs\clientkeydb.p12 -stashed -label Root -file C:\Certs\ca-chain.pem
6
Run the following command to import the PKCS #12 file containing the IBM Db2 client certificate and private key:
Shell
"C:\Program Files\IBM\gsk8\bin\gsk8capicmd_64" -cert -import -db C:\Certs\clientkeydb.p12 -stashed -file C:\Certs\pki.p12 -type pkcs12