Bootstrap FreeKB - IBM Global Security Kit (GSKit) - Rename a certificate
IBM Global Security Kit (GSKit) - Rename a certificate


Let's say you have a key database file named keys.kdb.

ls -l /shared/qmgrs/MANAGER01/ssl/

-rw------- 1 root root 1415 Jun  4  2020 keys.kdb

 

Let's say keys.kdb contains a certificate named "example.com".

Certificates found
* default, - personal, ! trusted, # secret key
*- example.com

 

The -rename option can be used to rename a certificate. Here is how to rename the certificate from example.com to sample.com.

${install_root}/gsk8/bin/gsk8capicmd_64
-cert
-rename
-db /path/to/keys.kdb
-stashed or -pw your_password
-label "example.com"
-new_label "sample.com"

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 065f3e in the box below so that we can be sure you are a human.