1PP(1) NSS Security Tools PP(1)
2
3
4
6 pp - Prints certificates, keys, crls, and pkcs7 files
7
9 pp -t type [-a] [-i input] [-o output] [-u] [-w]
10
12 This documentation is still work in progress. Please contribute to the
13 initial review in Mozilla NSS bug 836477[1]
14
16 pp pretty-prints private and public key, certificate,
17 certificate-request, pkcs7 or crl files
18
20 -t type
21 specify the input, one of {private-key | public-key | certificate |
22 certificate-request | pkcs7 | crl}
23
24
25 -a
26 Input is in ascii encoded form (RFC1113)
27
28 -i inputfile
29 Define an input file to use (default is stdin)
30
31 -o outputfile
32 Define an output file to use (default is stdout)
33
34 -u
35 Use UTF-8 (default is to show non-ascii as .)
36
37 -w
38 Don't wrap long output lines
39
41 NSS is maintained in conjunction with PKI and security-related projects
42 through Mozilla and Fedora. The most closely-related project is Dogtag
43 PKI, with a project wiki at PKI Wiki[2].
44
45 For information specifically about NSS, the NSS project wiki is located
46 at Mozilla NSS site[3]. The NSS site relates directly to NSS code
47 changes and releases.
48
49 Mailing lists: pki-devel@redhat.com and pki-users@redhat.com
50
51 IRC: Freenode at #dogtag-pki
52
54 The NSS tools were written and maintained by developers with Netscape,
55 Red Hat, Sun, Oracle, Mozilla, and Google.
56
57 Authors: Elio Maldonado <emaldona@redhat.com>, Deon Lackey
58 <dlackey@redhat.com>.
59
61 Licensed under the Mozilla Public License, v. 2.0. If a copy of the MPL
62 was not distributed with this file, You can obtain one at
63 http://mozilla.org/MPL/2.0/.
64
66 1. Mozilla NSS bug 836477
67 https://bugzilla.mozilla.org/show_bug.cgi?id=836477
68
69 2. PKI Wiki
70 http://pki.fedoraproject.org/wiki/
71
72 3. Mozilla NSS site
73 http://www.mozilla.org/projects/security/pki/nss/
74
75
76
77nss-tools 3.44.0 Nov 13 2013 PP(1)