pki-pkcs12-key - Man Page

Command-line interface for managing individual keys in PKCS #12 file.

Synopsis

pki [CLI-options] pkcs12-key
pki [CLI-options] pkcs12-key-find [command-options]
pki [CLI-options] pkcs12-key-del key-ID [command-options]

Description

The pki pkcs12-key commands provide command-line interfaces to manage keys in a PKCS #12 file.

pki [CLI-options] pkcs12-key-find [command-options]
   This command is to list keys in a PKCS #12 file.

pki [CLI-options] pkcs12-key-del key-ID [command-options]
   This command is to delete a key from a PKCS #12 file.

Options

The CLI options are described in pki(1).

Operations

To view available profile commands, type pki pkcs12-key. To view each command's usage, type pki pkcs12-key-<command> --help.

All pki pkcs12-key commands require a PKCS #12 file and its password. The PKCS #12 file can be specified with the --pkcs12-file parameter. The password can be specified either directly with the --pkcs12-password parameter, or in a file with the --pkcs12-password-file parameter.

All pki pkcs12-key commands also require an NSS database and its password. The NSS database location can be specified with the -d parameter (default: ~/.dogtag/nssdb). The NSS database password can be specified with the -c or the -C parameter.

Viewing keys in a PKCS #12 file

To list the keys in a PKCS #12 file:

$ pki <NSS database location> <NSS database password> pkcs12-key-find \
    <PKCS #12 file> <PKCS #12 password>

Deleting a key from a PKCS #12 file

To delete a key from a PKCS #12 file:

$ pki <NSS database location> <NSS database password> pkcs12-key-del <key ID> \
    <PKCS #12 file> <PKCS #12 password>

See Also

pki-pkcs12(1)

Authors

Endi S. Dewata &lt;edewata@redhat.com&gt;.

Referenced By

pki-pkcs12(1).

Oct 28, 2016 PKI PKCS #12 Key Management Commands