Sponsor:

Your company here, and a link to your site. Click to find out more.

sq-inspect - Man Page

Inspect data, like file(1)

Synopsis

sq inspect [Options] FILE

Description

Inspect data, like file(1).

It is often difficult to tell from cursory inspection using cat(1) or file(1) what kind of OpenPGP one is looking at.  This subcommand inspects the data and provides a meaningful human-readable description of it.

`sq inspect` respects the reference time set by the top-level `--time` argument.  It uses the reference time when determining what binding signatures are active.

Options

Subcommand options

--cert=FINGERPRINT|KEYID

Read the specified certificate from the certificate store

--certifications

Print third-party certifications

FILE

Read from FILE or stdin if omitted

[default: -]

Global options

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

Examples

Inspect a certificate.

    sq inspect juliet.pgp

Show how the certificate looked on July 21, 2013.

    sq inspect --time 20130721 juliet.pgp

Inspect an encrypted message.

    sq inspect message.pgp

Inspect a detachted signature.

    sq inspect document.sig

See Also

sq(1).

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

Version

0.35.0 (sequoia-openpgp 1.20.0)

Referenced By

sq(1).

0.35.0 Sequoia PGP