Store a non-trusted CA certificate
To store a certificate from a CA not a trusted CA...
/IBM/IHS/bin/gsk7cmd -cert \ -add \ -db <filename>.kdb \ -pw <password> \ -label <label> -format <ascii | binary> -trust <enable | disable> -file <filename>...where...
-add Add action. -cert Indicates the operation applies to a certificate. -db <filename> Name of the database. -file <filename> File containing the CA certificate. -format <ascii | binary> Indicates the certificate authorities might supply a binary or an ASCII file. -label <label> Label attached to a certificate or certificate request. -pw <password> Password to access the key database. -trust <enable | disable> Indicates whether this CA can be trusted. Should be yes.
Related concepts
Managing keys with the gsk7cmd command line interface (Distributed systems)
Receiving a signed certificate from a certificate authority