security/nss/doc/pp.xml

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 <?xml version="1.0" encoding="UTF-8"?>
michael@0 2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
michael@0 3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
michael@0 4 <!ENTITY date SYSTEM "date.xml">
michael@0 5 <!ENTITY version SYSTEM "version.xml">
michael@0 6 ]>
michael@0 7
michael@0 8 <refentry id="pp">
michael@0 9
michael@0 10 <refentryinfo>
michael@0 11 <date>&date;</date>
michael@0 12 <title>NSS Security Tools</title>
michael@0 13 <productname>nss-tools</productname>
michael@0 14 <productnumber>&version;</productnumber>
michael@0 15 </refentryinfo>
michael@0 16
michael@0 17 <refmeta>
michael@0 18 <refentrytitle>PP</refentrytitle>
michael@0 19 <manvolnum>1</manvolnum>
michael@0 20 </refmeta>
michael@0 21
michael@0 22 <refnamediv>
michael@0 23 <refname>pp</refname>
michael@0 24 <refpurpose>Prints certificates, keys, crls, and pkcs7 files</refpurpose>
michael@0 25 </refnamediv>
michael@0 26
michael@0 27 <refsynopsisdiv>
michael@0 28 <cmdsynopsis>
michael@0 29 <command>pp -t type [-a] [-i input] [-o output]</command>
michael@0 30 </cmdsynopsis>
michael@0 31 </refsynopsisdiv>
michael@0 32
michael@0 33 <refsection>
michael@0 34 <title>STATUS</title>
michael@0 35 <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>
michael@0 36 </para>
michael@0 37 </refsection>
michael@0 38
michael@0 39 <refsection>
michael@0 40 <title>Description</title>
michael@0 41
michael@0 42 <para><command>pp </command>pretty-prints private and public key, certificate, certificate-request,
michael@0 43 pkcs7 or crl files
michael@0 44 </para>
michael@0 45
michael@0 46 </refsection>
michael@0 47
michael@0 48 <refsection>
michael@0 49 <title>Options</title>
michael@0 50
michael@0 51 <variablelist>
michael@0 52
michael@0 53 <varlistentry>
michael@0 54 <term><option>-t </option> <replaceable>type</replaceable></term>
michael@0 55 <listitem>
michael@0 56 <simpara>specify the input, one of {private-key | public-key | certificate | certificate-request | pkcs7 | crl}</simpara>
michael@0 57 <simpara></simpara>
michael@0 58 </listitem>
michael@0 59 </varlistentry>
michael@0 60
michael@0 61 <varlistentry>
michael@0 62 <term><option>-a </option></term>
michael@0 63 <listitem>
michael@0 64 <simpara>Input is in ascii encoded form (RFC1113)</simpara>
michael@0 65 </listitem>
michael@0 66 </varlistentry>
michael@0 67
michael@0 68 <varlistentry>
michael@0 69 <term><option>-i </option> <replaceable>inputfile</replaceable></term>
michael@0 70 <listitem>
michael@0 71 <simpara>Define an input file to use (default is stdin)</simpara>
michael@0 72 </listitem>
michael@0 73 </varlistentry>
michael@0 74
michael@0 75 <varlistentry>
michael@0 76 <term><option>-u </option> <replaceable>outputfile</replaceable></term>
michael@0 77 <listitem>
michael@0 78 <simpara>Define an output file to use (default is stdout)</simpara>
michael@0 79 </listitem>
michael@0 80 </varlistentry>
michael@0 81
michael@0 82 </variablelist>
michael@0 83 </refsection>
michael@0 84
michael@0 85 <refsection id="resources">
michael@0 86 <title>Additional Resources</title>
michael@0 87 <para>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 <ulink url="http://pki.fedoraproject.org/wiki/">PKI Wiki</ulink>. </para>
michael@0 88 <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>
michael@0 89 <para>Mailing lists: pki-devel@redhat.com and pki-users@redhat.com</para>
michael@0 90 <para>IRC: Freenode at #dogtag-pki</para>
michael@0 91 </refsection>
michael@0 92
michael@0 93 <!-- fill in your name first; keep the other names for reference -->
michael@0 94 <refsection id="authors">
michael@0 95 <title>Authors</title>
michael@0 96 <para>The NSS tools were written and maintained by developers with Netscape, Red Hat, Sun, Oracle, Mozilla, and Google.</para>
michael@0 97 <para>
michael@0 98 Authors: Elio Maldonado &lt;emaldona@redhat.com>, Deon Lackey &lt;dlackey@redhat.com>.
michael@0 99 </para>
michael@0 100 </refsection>
michael@0 101
michael@0 102 <!-- don't change -->
michael@0 103 <refsection id="license">
michael@0 104 <title>LICENSE</title>
michael@0 105 <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/.
michael@0 106 </para>
michael@0 107 </refsection>
michael@0 108
michael@0 109 </refentry>

mercurial