tor-browser

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

pp.1 (3524B)


      1 '\" t
      2 .\"     Title: PP
      3 .\"    Author: [see the "Authors" section]
      4 .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
      5 .\"      Date: 19 May 2021
      6 .\"    Manual: NSS Security Tools
      7 .\"    Source: nss-tools
      8 .\"  Language: English
      9 .\"
     10 .TH "PP" "1" "19 May 2021" "nss-tools" "NSS Security Tools"
     11 .\" -----------------------------------------------------------------
     12 .\" * Define some portability stuff
     13 .\" -----------------------------------------------------------------
     14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     15 .\" http://bugs.debian.org/507673
     16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
     17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     18 .ie \n(.g .ds Aq \(aq
     19 .el       .ds Aq '
     20 .\" -----------------------------------------------------------------
     21 .\" * set default formatting
     22 .\" -----------------------------------------------------------------
     23 .\" disable hyphenation
     24 .nh
     25 .\" disable justification (adjust text to left margin only)
     26 .ad l
     27 .\" -----------------------------------------------------------------
     28 .\" * MAIN CONTENT STARTS HERE *
     29 .\" -----------------------------------------------------------------
     30 .SH "NAME"
     31 pp \- Prints certificates, keys, crls, and pkcs7 files
     32 .SH "SYNOPSIS"
     33 .HP \w'\fBpp\ \-t\ type\ [\-a]\ [\-i\ input]\ [\-o\ output]\ [\-u]\ [\-w]\fR\ 'u
     34 \fBpp \-t type [\-a] [\-i input] [\-o output] [\-u] [\-w]\fR
     35 .SH "STATUS"
     36 .PP
     37 This documentation is still work in progress\&. Please contribute to the initial review in
     38 \m[blue]\fBMozilla NSS bug 836477\fR\m[]\&\s-2\u[1]\d\s+2
     39 .SH "DESCRIPTION"
     40 .PP
     41 \fBpp \fRpretty\-prints private and public key, certificate, certificate\-request, pkcs7, pkcs12 or crl files
     42 .SH "OPTIONS"
     43 .PP
     44 \fB\-t \fR \fItype\fR
     45 .RS 4
     46 specify the input, one of {private\-key | public\-key | certificate | certificate\-request | pkcs7 | pkcs12 | crl | name}
     47 .sp
     48 .RE
     49 .PP
     50 \fB\-a \fR
     51 .RS 4
     52 Input is in ascii encoded form (RFC1113)
     53 .RE
     54 .PP
     55 \fB\-i \fR \fIinputfile\fR
     56 .RS 4
     57 Define an input file to use (default is stdin)
     58 .RE
     59 .PP
     60 \fB\-o \fR \fIoutputfile\fR
     61 .RS 4
     62 Define an output file to use (default is stdout)
     63 .RE
     64 .PP
     65 \fB\-u \fR
     66 .RS 4
     67 Use UTF\-8 (default is to show non\-ascii as \&.)
     68 .RE
     69 .PP
     70 \fB\-w \fR
     71 .RS 4
     72 Don\*(Aqt wrap long output lines
     73 .RE
     74 .SH "ADDITIONAL RESOURCES"
     75 .PP
     76 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
     77 \m[blue]\fBPKI Wiki\fR\m[]\&\s-2\u[2]\d\s+2\&.
     78 .PP
     79 For information specifically about NSS, the NSS project wiki is located at
     80 \m[blue]\fBMozilla NSS site\fR\m[]\&\s-2\u[3]\d\s+2\&. The NSS site relates directly to NSS code changes and releases\&.
     81 .PP
     82 Mailing lists: pki\-devel@redhat\&.com and pki\-users@redhat\&.com
     83 .PP
     84 IRC: Freenode at #dogtag\-pki
     85 .SH "AUTHORS"
     86 .PP
     87 The NSS tools were written and maintained by developers with Netscape, Red Hat, Sun, Oracle, Mozilla, and Google\&.
     88 .PP
     89 Authors: Elio Maldonado <emaldona@redhat\&.com>, Deon Lackey <dlackey@redhat\&.com>\&.
     90 .SH "LICENSE"
     91 .PP
     92 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 .SH "NOTES"
     94 .IP " 1." 4
     95 Mozilla NSS bug 836477
     96 .RS 4
     97 \%https://bugzilla.mozilla.org/show_bug.cgi?id=836477
     98 .RE
     99 .IP " 2." 4
    100 PKI Wiki
    101 .RS 4
    102 \%http://pki.fedoraproject.org/wiki/
    103 .RE
    104 .IP " 3." 4
    105 Mozilla NSS site
    106 .RS 4
    107 \%http://www.mozilla.org/projects/security/pki/nss/
    108 .RE