sq-keyring-split - Man Page

Split a keyring into individual keys

Synopsis

sq keyring split [Options] FILE

Description

Split a keyring into individual keys.

Splitting up a keyring into individual keys helps with curating a keyring.

The converse operation is `sq keyring merge`.

Options

Subcommand options

--prefix=PREFIX

Write to files with PREFIX [defaults: `FILE-` if FILE is set, or `output-` if read from stdin]

FILE

Read from FILE or stdin if FILE is '-'

[default: -]

Global options

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

Examples

Split all certificates.

    sq keyring split certs.pgp

Split all certificates, merging them first to avoid duplicates.

    sq keyring merge certs.pgp \
    | sq keyring split

See Also

sq(1), sq-keyring(1).

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

Version

1.0.0 (sequoia-openpgp 1.22.0)

Referenced By

sq-keyring(1).

1.0.0 Sequoia PGP