security/nss/doc/nroff/pp.1

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/doc/nroff/pp.1	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,98 @@
     1.4 +'\" t
     1.5 +.\"     Title: PP
     1.6 +.\"    Author: [see the "Authors" section]
     1.7 +.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
     1.8 +.\"      Date:  5 June 2014
     1.9 +.\"    Manual: NSS Security Tools
    1.10 +.\"    Source: nss-tools
    1.11 +.\"  Language: English
    1.12 +.\"
    1.13 +.TH "PP" "1" "5 June 2014" "nss-tools" "NSS Security Tools"
    1.14 +.\" -----------------------------------------------------------------
    1.15 +.\" * Define some portability stuff
    1.16 +.\" -----------------------------------------------------------------
    1.17 +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1.18 +.\" http://bugs.debian.org/507673
    1.19 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
    1.20 +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1.21 +.ie \n(.g .ds Aq \(aq
    1.22 +.el       .ds Aq '
    1.23 +.\" -----------------------------------------------------------------
    1.24 +.\" * set default formatting
    1.25 +.\" -----------------------------------------------------------------
    1.26 +.\" disable hyphenation
    1.27 +.nh
    1.28 +.\" disable justification (adjust text to left margin only)
    1.29 +.ad l
    1.30 +.\" -----------------------------------------------------------------
    1.31 +.\" * MAIN CONTENT STARTS HERE *
    1.32 +.\" -----------------------------------------------------------------
    1.33 +.SH "NAME"
    1.34 +pp \- Prints certificates, keys, crls, and pkcs7 files
    1.35 +.SH "SYNOPSIS"
    1.36 +.HP \w'\fBpp\ \-t\ type\ [\-a]\ [\-i\ input]\ [\-o\ output]\fR\ 'u
    1.37 +\fBpp \-t type [\-a] [\-i input] [\-o output]\fR
    1.38 +.SH "STATUS"
    1.39 +.PP
    1.40 +This documentation is still work in progress\&. Please contribute to the initial review in
    1.41 +\m[blue]\fBMozilla NSS bug 836477\fR\m[]\&\s-2\u[1]\d\s+2
    1.42 +.SH "DESCRIPTION"
    1.43 +.PP
    1.44 +\fBpp \fRpretty\-prints private and public key, certificate, certificate\-request, pkcs7 or crl files
    1.45 +.SH "OPTIONS"
    1.46 +.PP
    1.47 +\fB\-t \fR \fItype\fR
    1.48 +.RS 4
    1.49 +specify the input, one of {private\-key | public\-key | certificate | certificate\-request | pkcs7 | crl}
    1.50 +.sp
    1.51 +.RE
    1.52 +.PP
    1.53 +\fB\-a \fR
    1.54 +.RS 4
    1.55 +Input is in ascii encoded form (RFC1113)
    1.56 +.RE
    1.57 +.PP
    1.58 +\fB\-i \fR \fIinputfile\fR
    1.59 +.RS 4
    1.60 +Define an input file to use (default is stdin)
    1.61 +.RE
    1.62 +.PP
    1.63 +\fB\-u \fR \fIoutputfile\fR
    1.64 +.RS 4
    1.65 +Define an output file to use (default is stdout)
    1.66 +.RE
    1.67 +.SH "ADDITIONAL RESOURCES"
    1.68 +.PP
    1.69 +NSS is maintained in conjunction with PKI and security\-related projects through Mozilla and Fedora\&. The most closely\-related project is Dogtag PKI, with a project wiki at
    1.70 +\m[blue]\fBPKI Wiki\fR\m[]\&\s-2\u[2]\d\s+2\&.
    1.71 +.PP
    1.72 +For information specifically about NSS, the NSS project wiki is located at
    1.73 +\m[blue]\fBMozilla NSS site\fR\m[]\&\s-2\u[3]\d\s+2\&. The NSS site relates directly to NSS code changes and releases\&.
    1.74 +.PP
    1.75 +Mailing lists: pki\-devel@redhat\&.com and pki\-users@redhat\&.com
    1.76 +.PP
    1.77 +IRC: Freenode at #dogtag\-pki
    1.78 +.SH "AUTHORS"
    1.79 +.PP
    1.80 +The NSS tools were written and maintained by developers with Netscape, Red Hat, Sun, Oracle, Mozilla, and Google\&.
    1.81 +.PP
    1.82 +Authors: Elio Maldonado <emaldona@redhat\&.com>, Deon Lackey <dlackey@redhat\&.com>\&.
    1.83 +.SH "LICENSE"
    1.84 +.PP
    1.85 +Licensed under the Mozilla Public License, v\&. 2\&.0\&. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla\&.org/MPL/2\&.0/\&.
    1.86 +.SH "NOTES"
    1.87 +.IP " 1." 4
    1.88 +Mozilla NSS bug 836477
    1.89 +.RS 4
    1.90 +\%https://bugzilla.mozilla.org/show_bug.cgi?id=836477
    1.91 +.RE
    1.92 +.IP " 2." 4
    1.93 +PKI Wiki
    1.94 +.RS 4
    1.95 +\%http://pki.fedoraproject.org/wiki/
    1.96 +.RE
    1.97 +.IP " 3." 4
    1.98 +Mozilla NSS site
    1.99 +.RS 4
   1.100 +\%http://www.mozilla.org/projects/security/pki/nss/
   1.101 +.RE

mercurial