logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pp - Prints certificates, keys, crls, and pkcs7 files

Additional Resources

       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 PKIWiki[2].

       For information specifically about NSS, the NSS project wiki is located at MozillaNSSsite[3]. The NSS
       site relates directly to NSS code changes and releases.

       Mailing lists: pki-devel@redhat.com and pki-users@redhat.com

       IRC: Freenode at #dogtag-pki

Authors

       The NSS tools were written and maintained by developers with Netscape, Red Hat, Sun, Oracle, Mozilla, and
       Google.

       Authors: Elio Maldonado <emaldona@redhat.com>, Deon Lackey <dlackey@redhat.com>.

Description

pp pretty-prints private and public key, certificate, certificate-request, pkcs7, pkcs12 or crl files

License

       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/.

Name

       pp - Prints certificates, keys, crls, and pkcs7 files

Notes

        1. Mozilla NSS bug 836477
           https://bugzilla.mozilla.org/show_bug.cgi?id=836477

        2. PKI Wiki
           http://pki.fedoraproject.org/wiki/

        3. Mozilla NSS site
           http://www.mozilla.org/projects/security/pki/nss/

nss-tools                                          19 May 2021                                             PP(1)

Options

-ttype
           specify the input, one of {private-key | public-key | certificate | certificate-request | pkcs7 |
           pkcs12 | crl | name}

       -a
           Input is in ascii encoded form (RFC1113)

       -iinputfile
           Define an input file to use (default is stdin)

       -ooutputfile
           Define an output file to use (default is stdout)

       -u
           Use UTF-8 (default is to show non-ascii as .)

       -w
           Don't wrap long output lines

Status

       This documentation is still work in progress. Please contribute to the initial review in MozillaNSSbug836477[1]

Synopsis

pp-ttype[-a][-iinput][-ooutput][-u][-w]

See Also