WEB | Converting p12 to kdb files using gskcmd
Converting p12 to kdb files using gskcmd
Test Environment
-Test Version : IBM HTTPServer v9.x
Key file conversion
1. pem to p12
# openssl pkcs12 -export -inkey Wildcard.test.co.kr_pem.key -in Wildcard.cardif.co.kr_pem.pem -out Wildcard.test.co.kr.p12
2. p12 to kdb
You can invoke the gskcapicmd from the install_root/bin directory
Converting key file
# ./gskcapicmd -cert -export -target key.kdb...