2018-05-04 16:08:28 +02:00
'\" t
. \" Title: PP
. \" Author: [see the "Authors" section]
. \" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
cherry-picked mozilla NSS upstream changes (to rev 902bc119dcdb, which is on par with 3.17.2):
bug920719, bug1026148, bug1028647, bug963150, bug1030486, bug1025729, bug836658, bug1028582, bug1038728, bug1038526, bug1042634, bug1047210, bug1043891, bug1043108, bug1046735, bug1043082, bug1036735, bug1046718, bug1050107, bug1054625, bug1057465, bug1057476, bug1041326, bug1058933, bug1064636, bug1057161, bug1078669, bug1049435, bug1070493, bug1083360, bug1028764, bug1065990, bug1073330, bug1064670, bug1094650
2018-07-11 15:35:15 +02:00
. \" Date: 29 July 2014
2018-05-04 16:08:28 +02:00
. \" Manual: NSS Security Tools
. \" Source: nss-tools
. \" Language: English
. \"
cherry-picked mozilla NSS upstream changes (to rev 902bc119dcdb, which is on par with 3.17.2):
bug920719, bug1026148, bug1028647, bug963150, bug1030486, bug1025729, bug836658, bug1028582, bug1038728, bug1038526, bug1042634, bug1047210, bug1043891, bug1043108, bug1046735, bug1043082, bug1036735, bug1046718, bug1050107, bug1054625, bug1057465, bug1057476, bug1041326, bug1058933, bug1064636, bug1057161, bug1078669, bug1049435, bug1070493, bug1083360, bug1028764, bug1065990, bug1073330, bug1064670, bug1094650
2018-07-11 15:35:15 +02:00
.TH "PP" "1" "29 July 2014" "nss-tools" "NSS Security Tools"
2018-05-04 16:08:28 +02:00
. \" -----------------------------------------------------------------
. \" * Define some portability stuff
. \" -----------------------------------------------------------------
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
. \" http://bugs.debian.org/507673
. \" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n (.g .ds Aq \(aq
.el .ds Aq '
. \" -----------------------------------------------------------------
. \" * set default formatting
. \" -----------------------------------------------------------------
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
. \" -----------------------------------------------------------------
. \" * MAIN CONTENT STARTS HERE *
. \" -----------------------------------------------------------------
.SH "NAME"
pp \- Prints certificates, keys, crls, and pkcs7 files
.SH "SYNOPSIS"
cherry-picked mozilla NSS upstream changes (to rev 902bc119dcdb, which is on par with 3.17.2):
bug920719, bug1026148, bug1028647, bug963150, bug1030486, bug1025729, bug836658, bug1028582, bug1038728, bug1038526, bug1042634, bug1047210, bug1043891, bug1043108, bug1046735, bug1043082, bug1036735, bug1046718, bug1050107, bug1054625, bug1057465, bug1057476, bug1041326, bug1058933, bug1064636, bug1057161, bug1078669, bug1049435, bug1070493, bug1083360, bug1028764, bug1065990, bug1073330, bug1064670, bug1094650
2018-07-11 15:35:15 +02:00
.HP \w '\fBpp\ \- t\ type\ [\-a]\ [\-i\ input]\ [\-o\ output]\ [\-u]\ [\-w]\fR\ 'u
\fB pp \- t type [\- a] [\- i input] [\- o output] [\- u] [\- w]\fR
2018-05-04 16:08:28 +02:00
.SH "STATUS"
.PP
This documentation is still work in progress\& . Please contribute to the initial review in
\m[blue]\fBMozilla NSS bug 836477\fR\m[]\&\s-2\u[1] \d \s +2
.SH "DESCRIPTION"
.PP
\fB pp \fR pretty\- prints private and public key, certificate, certificate\- request, pkcs7 or crl files
.SH "OPTIONS"
.PP
\fB \- t \fR \fI type\fR
.RS 4
specify the input, one of {private\- key | public\- key | certificate | certificate\- request | pkcs7 | crl}
.sp
.RE
.PP
\fB \- a \fR
.RS 4
Input is in ascii encoded form (RFC1113)
.RE
.PP
\fB \- i \fR \fI inputfile\fR
.RS 4
Define an input file to use (default is stdin)
.RE
.PP
cherry-picked mozilla NSS upstream changes (to rev 902bc119dcdb, which is on par with 3.17.2):
bug920719, bug1026148, bug1028647, bug963150, bug1030486, bug1025729, bug836658, bug1028582, bug1038728, bug1038526, bug1042634, bug1047210, bug1043891, bug1043108, bug1046735, bug1043082, bug1036735, bug1046718, bug1050107, bug1054625, bug1057465, bug1057476, bug1041326, bug1058933, bug1064636, bug1057161, bug1078669, bug1049435, bug1070493, bug1083360, bug1028764, bug1065990, bug1073330, bug1064670, bug1094650
2018-07-11 15:35:15 +02:00
\fB \- o \fR \fI outputfile\fR
2018-05-04 16:08:28 +02:00
.RS 4
Define an output file to use (default is stdout)
.RE
cherry-picked mozilla NSS upstream changes (to rev 902bc119dcdb, which is on par with 3.17.2):
bug920719, bug1026148, bug1028647, bug963150, bug1030486, bug1025729, bug836658, bug1028582, bug1038728, bug1038526, bug1042634, bug1047210, bug1043891, bug1043108, bug1046735, bug1043082, bug1036735, bug1046718, bug1050107, bug1054625, bug1057465, bug1057476, bug1041326, bug1058933, bug1064636, bug1057161, bug1078669, bug1049435, bug1070493, bug1083360, bug1028764, bug1065990, bug1073330, bug1064670, bug1094650
2018-07-11 15:35:15 +02:00
.PP
\fB \- u \fR
.RS 4
Use UTF\- 8 (default is to show non\- ascii as \& .)
.RE
.PP
\fB \- w \fR
.RS 4
Don\* (Aqt wrap long output lines
.RE
2018-05-04 16:08:28 +02:00
.SH "ADDITIONAL RESOURCES"
.PP
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
\m[blue]\fBPKI Wiki\fR\m[]\&\s-2\u[2] \d \s +2\& .
.PP
For information specifically about NSS, the NSS project wiki is located at
\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\& .
.PP
Mailing lists: pki\- devel@redhat\& .com and pki\- users@redhat\& .com
.PP
IRC: Freenode at #dogtag\- pki
.SH "AUTHORS"
.PP
The NSS tools were written and maintained by developers with Netscape, Red Hat, Sun, Oracle, Mozilla, and Google\& .
.PP
Authors: Elio Maldonado <emaldona@redhat\& .com>, Deon Lackey <dlackey@redhat\& .com>\& .
.SH "LICENSE"
.PP
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/\& .
.SH "NOTES"
.IP " 1." 4
Mozilla NSS bug 836477
.RS 4
\% https://bugzilla.mozilla.org/show_bug.cgi?id=836477
.RE
.IP " 2." 4
PKI Wiki
.RS 4
\% http://pki.fedoraproject.org/wiki/
.RE
.IP " 3." 4
Mozilla NSS site
.RS 4
\% http://www.mozilla.org/projects/security/pki/nss/
.RE