diff options
author | Amol Kahat <akahat@akahat_210.pnq.redhat.com> | 2017-03-08 15:40:45 +0530 |
---|---|---|
committer | Amol Kahat <akahat@akahat_210.pnq.redhat.com> | 2017-03-08 15:40:45 +0530 |
commit | f30da7adaae9121cc2fa98ab5062807c12ccd5b4 (patch) | |
tree | 5d8c50b6583c463a90e09251924da3d90ada7949 /base/java-tools | |
parent | d7c22171b84b7d8f7a068be42b07a53c8092eb48 (diff) | |
download | pki-f30da7adaae9121cc2fa98ab5062807c12ccd5b4.tar.gz pki-f30da7adaae9121cc2fa98ab5062807c12ccd5b4.tar.xz pki-f30da7adaae9121cc2fa98ab5062807c12ccd5b4.zip |
Added -t and --token information in pki man page.
Diffstat (limited to 'base/java-tools')
-rw-r--r-- | base/java-tools/man/man1/pki.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/base/java-tools/man/man1/pki.1 b/base/java-tools/man/man1/pki.1 index 60c19f4dd..8ab69c179 100644 --- a/base/java-tools/man/man1/pki.1 +++ b/base/java-tools/man/man1/pki.1 @@ -64,13 +64,19 @@ Specifies the port (default: 8080). Comma-separated list of rejected certificate validity statuses. PKI subsystem type - [CA, KRA, OCSP, TKS, or TPS] (non-case-sensitive). .TP +.B -t <type> +Subsystem type. +.TP +.B --token +Security token name +.TP .B -U <URI> Specifies the server URI. .TP .B -u <username> Specifies the username for basic authentication (mutually exclusive to the '-n' option). This authentication requires a user password. .TP -.B -v +.B -v, --verbose Displays verbose information. .TP .B --version |