1DERDUMP(1) NSS Security Tools DERDUMP(1)
2
3
4
6 derdump_ - Dumps C-sequence strings from a DER encoded certificate file
7
9 derdump [-r] [-i input-file] [-o output-file]
10
12 This documentation is still work in progress. Please contribute to the
13 initial review in Mozilla NSS bug 836477[1]
14
16 derdump dumps C-sequence strings from a DER encode certificate file
17
19 -r
20 For formatted items, dump raw bytes as well
21
22 -i DER encoded file
23 Define an input file to use (default is stdin)
24
25 -o output file
26 Define an output file to use (default is stdout).
27
29 NSS is maintained in conjunction with PKI and security-related projects
30 through Mozilla dn Fedora. The most closely-related project is Dogtag
31 PKI, with a project wiki at PKI Wiki[2].
32
33 For information specifically about NSS, the NSS project wiki is located
34 at Mozilla NSS site[3]. The NSS site relates directly to NSS code
35 changes and releases.
36
37 Mailing lists: pki-devel@redhat.com and pki-users@redhat.com
38
39 IRC: Freenode at #dogtag-pki
40
42 The NSS tools were written and maintained by developers with Netscape
43 and now with Red Hat.
44
45 Authors: Gerhardus Geldenhuis <gerhardus.geldenhuis@gmail.com>. Elio
46 Maldonado <emaldona@redhat.com>, Deon Lackey <dlackey@redhat.com>
47
49 Licensed under the Mozilla Public License, version 1.1, and/or the GNU
50 General Public License, version 2 or later, and/or the GNU Lesser
51 General Public License, version 2.1 or later.
52
54 1. Mozilla NSS bug 836477
55 https://bugzilla.mozilla.org/show_bug.cgi?id=836477
56
57 2. PKI Wiki
58 http://pki.fedoraproject.org/wiki/
59
60 3. Mozilla NSS site
61 http://www.mozilla.org/projects/security/pki/nss/
62
63
64
65nss-tools 15 February 2013 DERDUMP(1)