sq-cert-export - Man Page

Export certificates from the local certificate store

Synopsis

sq cert export [Options] QUERY

Description

Export certificates from the local certificate store.

If multiple predicates are specified a certificate is returned if at least one of them matches.

This does not check the authenticity of the certificates in anyway. Before using the certificates, be sure to validate and authenticate them.

When matching on subkeys or User IDs, the component must have a valid self signature according to the policy.

Fails if search criteria are specified and none of them matches any certificates.  Note: this means if the certificate store is empty and no search criteria are specified, then this will return success.

Options

Subcommand options

--all

Export all certificates

--binary

Emit binary data

--cert=FINGERPRINT|KEYID

Return certificates that contain a primary key or a subkey with the specified fingerprint or key ID

--domain=DOMAIN

Return certificates that have a User ID with an email address from the specified domain

--email=EMAIL

Return certificates that have a User ID with the specified email address, case insensitively

--grep=PATTERN

Return certificates that have a User ID that contains the string, case insensitively

--userid=USERID

Return certificates that have a User ID that matches exactly, including case

QUERY

Return certificates matching QUERY. This may be a subkey fingerprint or key ID, an email address, or an User ID fragment.

Global options

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

Examples

Export all certificates.

    sq cert export --all

Export certificates with a matching User ID packet.  The binding signatures are checked, but the User IDs are not authenticated. Note: this check is case sensitive.

    sq cert export --userid "Alice <alice@example.org>"

Export certificates with a User ID containing the email address. The binding signatures are checked, but the User IDs are not authenticated. Note: this check is case insensitive.

    sq cert export --email alice@example.org

Export certificates where a certificate's primary key or a subkey has the specified Key ID.

    sq cert export --cert 6F0073F60FD0CBF0

Export certificates that contain a User ID with *either* (not both!) email address.  Note: this check is case insensitive.

    sq cert export --email alice@example.org --email \
    bob@example.org

See Also

sq(1), sq-cert(1).

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

Version

0.38.0 (sequoia-openpgp 1.21.2)

Referenced By

sq-cert(1).

0.38.0 Sequoia PGP