PKI CLI - dogtagpki/pki GitHub Wiki
PKI CLI is a client tool that can be used to access various services on PKI server.
When installing PKI server the PKI CLI (and the PKI Client library) will automatically be installed.
To install PKI CLI on a machine that does not have PKI server, execute the following command:
$ dnf install pki-tools
In general the PKI CLI takes the following parameters:
$ pki [CLI options] <command> [command arguments/options]
The CLI options should be placed before the command. The command arguments/options should be placed after the command.
To view available commands and options:
$ pki --help
Some commands may have sub-commands. To view the sub-commands:
$ pki <command>
To view the command usage:
$ pki <command> --help
To run the command in verbose mode:
$ pki -v <command>