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 Red Hat, Sun, Oracle, Mozilla, and Google.
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, v. 2.0. If a copy of the MPL
50 was not distributed with this file, You can obtain one at
51 http://mozilla.org/MPL/2.0/.
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 19 May 2021 DERDUMP(1)