From 9d535ab400a937d1ed309923302353a7c665dd96 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Sun, 28 Apr 2013 01:02:30 -0400 Subject: 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. --- base/java-tools/man/man1/pki.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'base/java-tools') 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 arguments] .SH OPTIONS .TP +.B -c +Specifies the certificate database password. +.TP .B -d Specifies the certificate database to be used. .TP @@ -60,7 +63,7 @@ Displays verbose information. Displays 'pki' CLI version information. .TP .B -w -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 \fP. To view each command's usage, type \fB pki --help\fP. @@ -89,7 +92,7 @@ To authenticate with a username and password: To authenticate with a client certificate: -.B pki -d -w -n "" +.B pki -d -c -n "" .SS Viewing Certificates Certificates can be viewed anonymously. -- cgit