Creating a Local Keystore
To create a local keystore, run the following command:
/home/<DB2 instance user>/sqllib/gskit/bin/gsk8capicmd_64 -keydb -create -db <work folder path followed by the local keystore filename> -pw <PASSWORD> -type pkcs12 -stash
For example: /home/db2user/sqllib/gskit/bin/gsk8capicmd_64 -keydb -create -db /opt/wallet/KMIP/clientkeydb.p12 -pw "asdf1234" -type pkcs12 -stash
After executing the above command, ensure that local keystore file (clientkeydb.p12
in this case) is created at the specified location.