tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

pp.xml (4189B)


      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="pp">
      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>PP</refentrytitle>
     19    <manvolnum>1</manvolnum>
     20  </refmeta>
     21 
     22  <refnamediv>
     23    <refname>pp</refname>
     24    <refpurpose>Prints certificates, keys, crls, and pkcs7 files</refpurpose>
     25  </refnamediv>
     26 
     27  <refsynopsisdiv>
     28    <cmdsynopsis>
     29      <command>pp -t type [-a] [-i input] [-o output] [-u] [-w]</command>
     30    </cmdsynopsis>
     31  </refsynopsisdiv>
     32  
     33  <refsection>
     34    <title>STATUS</title>
     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>
     36    </para>
     37  </refsection>
     38 
     39  <refsection>
     40    <title>Description</title>
     41 
     42    <para><command>pp </command>pretty-prints private and public key, certificate, certificate-request,
     43                     pkcs7, pkcs12 or crl files
     44    </para>
     45 
     46  </refsection>
     47 
     48 <refsection>
     49    <title>Options</title>
     50    
     51    <variablelist>
     52 
     53      <varlistentry>
     54        <term><option>-t </option> <replaceable>type</replaceable></term>
     55        <listitem>
     56          <simpara>specify the input, one of {private-key | public-key | certificate | certificate-request | pkcs7 | pkcs12 | crl | name}</simpara>
     57          <simpara></simpara>
     58        </listitem>
     59      </varlistentry>
     60 
     61      <varlistentry>
     62        <term><option>-a </option></term>
     63        <listitem>
     64          <simpara>Input is in ascii encoded form (RFC1113)</simpara>
     65        </listitem>
     66      </varlistentry>
     67 
     68      <varlistentry>
     69        <term><option>-i </option> <replaceable>inputfile</replaceable></term>
     70        <listitem>
     71          <simpara>Define an input file to use (default is stdin)</simpara>
     72        </listitem>
     73      </varlistentry>
     74 
     75      <varlistentry>
     76        <term><option>-o </option> <replaceable>outputfile</replaceable></term>
     77        <listitem>
     78          <simpara>Define an output file to use (default is stdout)</simpara>
     79        </listitem>
     80      </varlistentry>
     81 
     82      <varlistentry>
     83        <term><option>-u </option> </term>
     84        <listitem>
     85          <simpara>Use UTF-8 (default is to show non-ascii as .)</simpara>
     86        </listitem>
     87      </varlistentry>
     88 
     89      <varlistentry>
     90        <term><option>-w </option> </term>
     91        <listitem>
     92          <simpara>Don't wrap long output lines</simpara>
     93        </listitem>
     94      </varlistentry>
     95 
     96    </variablelist>
     97  </refsection>
     98 
     99  <refsection id="resources">
    100    <title>Additional Resources</title>
    101    <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>
    102 <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>
    103 <para>Mailing lists: pki-devel@redhat.com and pki-users@redhat.com</para>
    104 <para>IRC: Freenode at #dogtag-pki</para>
    105  </refsection>
    106 
    107 <!-- fill in your name first; keep the other names for reference -->
    108  <refsection id="authors">
    109    <title>Authors</title>
    110    <para>The NSS tools were written and maintained by developers with Netscape, Red Hat,  Sun, Oracle, Mozilla, and Google.</para>
    111    <para>
    112 Authors: Elio Maldonado &lt;emaldona@redhat.com>, Deon Lackey &lt;dlackey@redhat.com>.
    113    </para>
    114  </refsection>
    115 
    116 <!-- don't change -->
    117  <refsection id="license">
    118    <title>LICENSE</title>
    119    <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/.
    120    </para>
    121  </refsection>
    122 
    123 </refentry>