IKEYCMD command-line syntax
The syntax of the Java CLI is
java [-Dikeycmd.properties=<properties_file>]
com.ibm.gsk.ikeyman.ikeycmd <object> <action> [options]
where
- -Dikeycmd.properties specifies the name of an optional properties file to use for this Java invocation. A default properties file, ikminit_hod.properties, is provided as a sample file that contains the default settings for Host On-Demand.
- Object is one of the following:
- -keydb: actions taken on the key database (either a CMS key database file or TLSight class)
- -version: display version information for IKEYCMD
- Action is one of the following:
- -cert: actions taken on a certificate
- -certreq: actions taken on a certificate request
- -help: display help for the IKEYCMD invocations
Action is the specific action to be taken on the object, and options are the options, both required and optional, specified for the object and action pair.
![]() |
The object and action keywords are positional and must be specified in the selected order. However, options are not positional and can be specified in any order, provided that they are specified as an option and operand pair. |
