diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2014-09-05 16:40:47 -0400 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2014-09-19 15:27:50 -0400 |
| commit | 044b773b2c3b3f9fa1d7d1d44c2597019f0d681a (patch) | |
| tree | 84560f44bdda100d5db3fa7ef120bf3d7c73b9c1 /base/java-tools/man/man1 | |
| parent | f806461f3ec20a836f2de05ec5746554e675b86a (diff) | |
| download | pki-044b773b2c3b3f9fa1d7d1d44c2597019f0d681a.tar.gz pki-044b773b2c3b3f9fa1d7d1d44c2597019f0d681a.tar.xz pki-044b773b2c3b3f9fa1d7d1d44c2597019f0d681a.zip | |
Added client-cert-request CLI.
A new CLI has been added to simplify the process to request
a user certificate for client certificate authentication.
Ticket #1148
Diffstat (limited to 'base/java-tools/man/man1')
| -rw-r--r-- | base/java-tools/man/man1/pki-client.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/base/java-tools/man/man1/pki-client.1 b/base/java-tools/man/man1/pki-client.1 index 9b92c66d6..8978c8c44 100644 --- a/base/java-tools/man/man1/pki-client.1 +++ b/base/java-tools/man/man1/pki-client.1 @@ -21,6 +21,7 @@ pki-client \- Command-Line Interface for managing the security database on Certi \fBpki\fR [CLI options] \fBclient\fR \fBpki\fR [CLI options] \fBclient-init\fR [command options] \fBpki\fR [CLI options] \fBclient-cert-find\fR [command options] +\fBpki\fR [CLI options] \fBclient-cert-request\fR <subject DN> [command options] \fBpki\fR [CLI options] \fBclient-cert-import\fR [command options] \fBpki\fR [CLI options] \fBclient-cert-del\fR [command options] .fi @@ -44,6 +45,11 @@ This command is to create a new security database for the client. This command is to list certificates in the client security database. .RE .PP +\fBpki\fR [CLI options] \fBclient-cert-request\fR <subject DN> [command options] +.RS 4 +This command is to generate and submit a certificate request. +.RE +.PP \fBpki\fR [CLI options] \fBclient-cert-import\fR [command options] .RS 4 This command is to view a certificate in the client security database. @@ -68,6 +74,10 @@ To view certificates in the security database: .B pki -d <security database location> -c <security database password> client-cert-find +To request a certificate: + +.B pki -d <security database location> -c <security database password> client-cert-request <subject DN> + To import a certificate into the security database: .B pki -d <security database location> -c <security database password> -n <certificate nickname> client-cert-import --cert <certificate file> |
