|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
|
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ |
|
4 <!ENTITY date SYSTEM "date.xml"> |
|
5 <!ENTITY version SYSTEM "version.xml"> |
|
6 ]> |
|
7 |
|
8 <refentry id="derdump"> |
|
9 |
|
10 <refentryinfo> |
|
11 <date>&date;</date> |
|
12 <title>NSS Security Tools</title> |
|
13 <productname>nss-tools</productname> |
|
14 <productnumber>&version;</productnumber> |
|
15 </refentryinfo> |
|
16 |
|
17 <refmeta> |
|
18 <refentrytitle>DERDUMP</refentrytitle> |
|
19 <manvolnum>1</manvolnum> |
|
20 </refmeta> |
|
21 |
|
22 <refnamediv> |
|
23 <refname>derdump </refname> |
|
24 <refpurpose>Dumps C-sequence strings from a DER encoded certificate file</refpurpose> |
|
25 </refnamediv> |
|
26 |
|
27 <refsynopsisdiv> |
|
28 <cmdsynopsis> |
|
29 <command>derdump</command> |
|
30 <arg><option>-r</option></arg> |
|
31 <arg><option>-i <replaceable>input-file</replaceable></option></arg> |
|
32 <arg><option>-o <replaceable>output-file</replaceable></option></arg> |
|
33 </cmdsynopsis> |
|
34 </refsynopsisdiv> |
|
35 |
|
36 <refsection> |
|
37 <title>STATUS</title> |
|
38 <para>This documentation is still work in progress. Please contribute to the initial review in <ulink url="https://bugzilla.mozilla.org/show_bug.cgi?id=836477">Mozilla NSS bug 836477</ulink> |
|
39 </para> |
|
40 </refsection> |
|
41 |
|
42 <refsection> |
|
43 <title>Description</title> |
|
44 |
|
45 <para><command>derdump </command>dumps C-sequence strings from a DER encode certificate file </para> |
|
46 |
|
47 </refsection> |
|
48 |
|
49 <refsection> |
|
50 <title>Options</title> |
|
51 |
|
52 <variablelist> |
|
53 |
|
54 <varlistentry> |
|
55 <term><option>-r </option></term> |
|
56 <listitem><simpara>For formatted items, dump raw bytes as well</simpara></listitem> |
|
57 </varlistentry> |
|
58 |
|
59 <varlistentry> |
|
60 <term><option>-i </option> <replaceable>DER encoded file</replaceable></term> |
|
61 <listitem><simpara>Define an input file to use (default is stdin)</simpara></listitem> |
|
62 </varlistentry> |
|
63 |
|
64 <varlistentry> |
|
65 <term><option>-o </option> <replaceable>output file</replaceable></term> |
|
66 <listitem><simpara>Define an output file to use (default is stdout).</simpara></listitem> |
|
67 </varlistentry> |
|
68 |
|
69 </variablelist> |
|
70 </refsection> |
|
71 |
|
72 <refsection id="resources"> |
|
73 <title>Additional Resources</title> |
|
74 <para>NSS is maintained in conjunction with PKI and security-related projects through Mozilla dn Fedora. The most closely-related project is Dogtag PKI, with a project wiki at <ulink url="http://pki.fedoraproject.org/wiki/">PKI Wiki</ulink>. </para> |
|
75 <para>For information specifically about NSS, the NSS project wiki is located at <ulink url="http://www.mozilla.org/projects/security/pki/nss/">Mozilla NSS site</ulink>. The NSS site relates directly to NSS code changes and releases.</para> |
|
76 <para>Mailing lists: pki-devel@redhat.com and pki-users@redhat.com</para> |
|
77 <para>IRC: Freenode at #dogtag-pki</para> |
|
78 </refsection> |
|
79 |
|
80 <!-- fill in your name first; keep the other names for reference --> |
|
81 <refsection id="authors"> |
|
82 <title>Authors</title> |
|
83 <para>The NSS tools were written and maintained by developers with Netscape, Red Hat, Sun, Oracle, Mozilla, and Google.</para> |
|
84 <para> |
|
85 Authors: Gerhardus Geldenhuis <gerhardus.geldenhuis@gmail.com>. Elio Maldonado <emaldona@redhat.com>, Deon Lackey <dlackey@redhat.com> |
|
86 </para> |
|
87 </refsection> |
|
88 |
|
89 <!-- don't change --> |
|
90 <refsection id="license"> |
|
91 <title>LICENSE</title> |
|
92 <para>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/. |
|
93 </para> |
|
94 </refsection> |
|
95 |
|
96 </refentry> |