summaryrefslogtreecommitdiffstats
path: root/base/java-tools
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2013-04-28 01:02:30 -0400
committerAde Lee <alee@redhat.com>2013-04-28 01:08:00 -0400
commit9d535ab400a937d1ed309923302353a7c665dd96 (patch)
tree1964f7656c54bc67a23144a017223972932342b4 /base/java-tools
parente7a9add502681e13fde159e6f3a026af249e92f9 (diff)
downloadpki-9d535ab400a937d1ed309923302353a7c665dd96.tar.gz
pki-9d535ab400a937d1ed309923302353a7c665dd96.tar.xz
pki-9d535ab400a937d1ed309923302353a7c665dd96.zip
Fix some errors in patch.
Update kraconnector-delete call to use -c for database password. Update get-install-token call to specify instance certdb. Removed --ignore-untrusted directives on both. Update man page.
Diffstat (limited to 'base/java-tools')
-rw-r--r--base/java-tools/man/man1/pki.17
1 files changed, 5 insertions, 2 deletions
diff --git a/base/java-tools/man/man1/pki.1 b/base/java-tools/man/man1/pki.1
index a18117bba..ec0af7c3d 100644
--- a/base/java-tools/man/man1/pki.1
+++ b/base/java-tools/man/man1/pki.1
@@ -26,6 +26,9 @@ pki [CLI options] <command> [command arguments]
.SH OPTIONS
.TP
+.B -c <database password>
+Specifies the certificate database password.
+.TP
.B -d <database>
Specifies the certificate database to be used.
.TP
@@ -60,7 +63,7 @@ Displays verbose information.
Displays 'pki' CLI version information.
.TP
.B -w <password>
-Specifies the password.
+Specifies the user password.
.SH OPERATIONS
To view available commands and options, simply type \fBpki\fP. Some commands have sub-commands. To view the sub-commands, type \fBpki <command>\fP. To view each command's usage, type \fB pki <command> --help\fP.
@@ -89,7 +92,7 @@ To authenticate with a username and password:
To authenticate with a client certificate:
-.B pki -d <certificate database directory> -w <certificate database password> -n "<certificate nickname>" <command>
+.B pki -d <certificate database directory> -c <certificate database password> -n "<certificate nickname>" <command>
.SS Viewing Certificates
Certificates can be viewed anonymously.