security/nss/doc/nroff/pp.1

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 '\" t
     2 .\"     Title: PP
     3 .\"    Author: [see the "Authors" section]
     4 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
     5 .\"      Date:  5 June 2014
     6 .\"    Manual: NSS Security Tools
     7 .\"    Source: nss-tools
     8 .\"  Language: English
     9 .\"
    10 .TH "PP" "1" "5 June 2014" "nss-tools" "NSS Security Tools"
    11 .\" -----------------------------------------------------------------
    12 .\" * Define some portability stuff
    13 .\" -----------------------------------------------------------------
    14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    15 .\" http://bugs.debian.org/507673
    16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
    17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    18 .ie \n(.g .ds Aq \(aq
    19 .el       .ds Aq '
    20 .\" -----------------------------------------------------------------
    21 .\" * set default formatting
    22 .\" -----------------------------------------------------------------
    23 .\" disable hyphenation
    24 .nh
    25 .\" disable justification (adjust text to left margin only)
    26 .ad l
    27 .\" -----------------------------------------------------------------
    28 .\" * MAIN CONTENT STARTS HERE *
    29 .\" -----------------------------------------------------------------
    30 .SH "NAME"
    31 pp \- Prints certificates, keys, crls, and pkcs7 files
    32 .SH "SYNOPSIS"
    33 .HP \w'\fBpp\ \-t\ type\ [\-a]\ [\-i\ input]\ [\-o\ output]\fR\ 'u
    34 \fBpp \-t type [\-a] [\-i input] [\-o output]\fR
    35 .SH "STATUS"
    36 .PP
    37 This documentation is still work in progress\&. Please contribute to the initial review in
    38 \m[blue]\fBMozilla NSS bug 836477\fR\m[]\&\s-2\u[1]\d\s+2
    39 .SH "DESCRIPTION"
    40 .PP
    41 \fBpp \fRpretty\-prints private and public key, certificate, certificate\-request, pkcs7 or crl files
    42 .SH "OPTIONS"
    43 .PP
    44 \fB\-t \fR \fItype\fR
    45 .RS 4
    46 specify the input, one of {private\-key | public\-key | certificate | certificate\-request | pkcs7 | crl}
    47 .sp
    48 .RE
    49 .PP
    50 \fB\-a \fR
    51 .RS 4
    52 Input is in ascii encoded form (RFC1113)
    53 .RE
    54 .PP
    55 \fB\-i \fR \fIinputfile\fR
    56 .RS 4
    57 Define an input file to use (default is stdin)
    58 .RE
    59 .PP
    60 \fB\-u \fR \fIoutputfile\fR
    61 .RS 4
    62 Define an output file to use (default is stdout)
    63 .RE
    64 .SH "ADDITIONAL RESOURCES"
    65 .PP
    66 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
    67 \m[blue]\fBPKI Wiki\fR\m[]\&\s-2\u[2]\d\s+2\&.
    68 .PP
    69 For information specifically about NSS, the NSS project wiki is located at
    70 \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\&.
    71 .PP
    72 Mailing lists: pki\-devel@redhat\&.com and pki\-users@redhat\&.com
    73 .PP
    74 IRC: Freenode at #dogtag\-pki
    75 .SH "AUTHORS"
    76 .PP
    77 The NSS tools were written and maintained by developers with Netscape, Red Hat, Sun, Oracle, Mozilla, and Google\&.
    78 .PP
    79 Authors: Elio Maldonado <emaldona@redhat\&.com>, Deon Lackey <dlackey@redhat\&.com>\&.
    80 .SH "LICENSE"
    81 .PP
    82 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/\&.
    83 .SH "NOTES"
    84 .IP " 1." 4
    85 Mozilla NSS bug 836477
    86 .RS 4
    87 \%https://bugzilla.mozilla.org/show_bug.cgi?id=836477
    88 .RE
    89 .IP " 2." 4
    90 PKI Wiki
    91 .RS 4
    92 \%http://pki.fedoraproject.org/wiki/
    93 .RE
    94 .IP " 3." 4
    95 Mozilla NSS site
    96 .RS 4
    97 \%http://www.mozilla.org/projects/security/pki/nss/
    98 .RE

mercurial