sq-key-extract-cert - Man Page

Converts a key to a cert

Synopsis

sq key extract-cert [Options] FILE

Description

Converts a key to a cert.

After generating a key, use this command to get the certificate corresponding to the key.  The key must be kept secure, while the certificate should be handed out to correspondents, e.g. by uploading it to a key server.

Options

Subcommand options

-B, --binary

Emits binary data

-o, --output=FILE

Writes to FILE or stdout if omitted

FILE

Reads from FILE or stdin if omitted

Global options

See sq(1) for a description of the global options.

Examples

First, generate a key

    sq key generate --userid '<juliet@example.org>' \
    --output juliet.key.pgp

Then, extract the certificate for distribution

    sq key extract-cert --output juliet.cert.pgp juliet.key.pgp

See Also

sq(1), sq-key(1).

For the full documentation see <https://book.sequoia-pgp.org>.

Version

0.34.0 (sequoia-openpgp 1.19.0)

Referenced By

sq-key(1).

0.34.0 Sequoia PGP