From e7b7d9846060c8eb0e57b0e59047995cfc854569 Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Thu, 6 Dec 2012 22:03:17 -0800 Subject: Added man pages. * TRAC Ticket #315 - Man pages for pkispawn/pkidestroy. * Added place-holders for 'pki.1' and 'pki_default.cfg.5' man pages. --- base/java-tools/man/man1/pki.1 | 95 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 base/java-tools/man/man1/pki.1 (limited to 'base/java-tools/man') diff --git a/base/java-tools/man/man1/pki.1 b/base/java-tools/man/man1/pki.1 new file mode 100644 index 000000000..30b8668f2 --- /dev/null +++ b/base/java-tools/man/man1/pki.1 @@ -0,0 +1,95 @@ +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH pki 1 "December 5, 2012" "version 1.0" "PKI Command-Line Interface (CLI) Tools" Ade Lee +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +pki \- Command-Line Interface (CLI) Tools. + +.SH LOCATION +/usr/bin/pki + +.SH DESCRIPTION +.PP +The \fBpki\fR command-line interface tool allows an administrator the ability +to manage certificates, groups, keys, security domains, and users from the +command line. + +.SH OPTIONS +.TP +.B -d +Specifies the certificate database to be utilized. +.TP +.B -h +Specifies the hostname (default: localhost). +.TP +.B --help +Prints additional help information. +.TP +.B -n +Specifies the certificate nickname. +.TP +.B -P +Specifies the protocol (default: http) +.TP +.B -p +Specifies the port (default: 8080) +.TP +.B -t +Specifies the type of subsystem (default: ca) +.TP +.B -U +Specifies the server URI. +.TP +.B -u +Specifies the user name. +.TP +.B -v +Displays verbose information. +.TP +.B --version +Displays 'pki' CLI version information. +.TP +.B -w +Specifies the password. + +.SH COMMANDS +.SS cert \- Certificate Management Commands +.PP +blah blah + +.SS group \- Group Management Commands +.PP +blah blah + +.SS key \- Key Management Commands +.PP +blah blah + +.SS securitydomain \- Security Domain Commands +.PP +blah blah + +.SS user \- User Management Commands +.PP +blah blah + +.SH AUTHORS +Ade Lee . \fBpki\fP was written by the Dogtag project. + +.SH COPYRIGHT +Copyright (c) 2012 Red Hat, Inc. This is licensed under the GNU General Public License, version 2 (GPLv2). A copy of this license is available at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. + +.SH SEE ALSO +blah blah -- cgit