-
Notifications
You must be signed in to change notification settings - Fork 137
PKI CLI
Endi S. Dewata edited this page Oct 27, 2021
·
10 revisions
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>
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |