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

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

mercurial