GSKit commands
If you are not using SSH for remote installation and configuration of IBM® Storage Protect Snapshot on backup and cloning systems, use GSKit commands to manually import a self-signed certificate. If you decide to use a CA signed certificate, use GSKit commands to complete a manual setup.
Manually importing the self-signed certificate
The self-signed certificate is automatically created by IBM Storage Protect Snapshot. When the IBM Storage Protect Snapshot setup script is run on the production server, it automatically creates the fcmselfcert.arm file. It is stored on the production server in the default installation path. The fcmselfcert.arm file is automatically imported on the backup and cloning servers from the production server with the SSH remote deployment mechanisms of the setup script. When remote deployment is not used and you separately run the setup script on the backup or cloning server, the fcmselfcert.arm file if present is automatically imported to the local key database and then deleted. To use this automation, copy the fcmselfcert.arm file from the production server to either the backup or cloning server before you start the setup routines on the backup or cloning server.
gsk8capicmd_64 -cert -add -db fcmcert.kdb -stashed -label "FCM server
certificate" -file <path to fcmselfcert.arm> -format asciigsk8capicmd_64 -cert -delete -db fcmcert.kdb -stashed -label "FCM server
certificate"CA Certificate
- Entrust.net Global Secure Server Certification Authority
- Entrust.net Global Client Certification Authority
- Entrust.net Client Certification Authority
- Entrust.net Certification Authority (2048)
- Entrust.net Secure Server Certification Authority
- VeriSign Class 3 Public Primary Certification Authority
- VeriSign Class 2 Public Primary Certification Authority
- VeriSign Class 1 Public Primary Certification Authority
- VeriSign Class 4 Public Primary Certification Authority - G2
- VeriSign Class 3 Public Primary Certification Authority - G2
- VeriSign Class 2 Public Primary Certification Authority - G2
- VeriSign Class 1 Public Primary Certification Authority - G2
- VeriSign Class 4 Public Primary Certification Authority - G3
- VeriSign Class 3 Public Primary Certification Authority - G3
- VeriSign Class 2 Public Primary Certification Authority - G3
- VeriSign Class 1 Public Primary Certification Authority - G3
- Thawte Personal Premium CA
- Thawte Personal Freemail CA
- Thawte Personal Basic CA
- Thawte Premium Server CA
- Thawte Server CA
- RSA Secure Server Certification Authority
- Secure Server Certification Authority
gsk8capicmd_64 -certreq -create -db fcmcert.kdb -stashed -label "FCM server
certificate request" -dn dist_name -target fcmservcertreq.arm-size 2048(or higher)-sigalg sha224(or higher)
gsk8capicmd_64 -cert -add -db fcmcert.kdb -stashed -label "FCM server certificate
request" -file path to CARootCertificate.armgsk8capicmd_64 -cert -receive -file fcmservcertsigned.arm -db fcmcert.kdb
-stashed gsk8capicmd_64 -cert -delete -db fcmcert.kdb -stashed -label "FCM server
certificate"gsk8capicmd_64 -cert -rename -db fcmcert.kdb -stashed -label
"FCM server certificate request" -new_label "FCM server certificate"The
file fcmselfcert.arm is used to export the self-signed
certificate. When you use a CA certificate, the .arm file
is obsolete and must be deleted on the production system. The self-signed
certificate is automatically removed from the key database on the
backup or cloning system during the next remote update with the setup
script. If remote deployment is not used, you can manually remove
the self-signed certificate from the key database on the backup and
cloning servers. To remove the self-signed certificate, issue the
following command:gsk8capicmd_64 -cert -delete -db fcmcert.kdb -stashed -label "FCM server
certificate"