| SQ(1) | User Commands | SQ(1) |
NAME
sq inspect - Inspects data, like file(1)
SYNOPSIS
sq [GLOBAL OPTIONS] inspect [OPTIONS] FILE
DESCRIPTION
Inspects 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
Global options
- --cert-store=PATH
- Specifies the location of the certificate store
- -f, --force=FORCE
- Overwrites existing files
- --keyring=PATH
- Specifies the location of a keyring to use
- --known-notation=NOTATION
- Adds NOTATION to the list of known notations
- --no-cert-store=NO_CERT_STORE
- Disables the use of a certificate store
- --output-format=FORMAT
- Produces output in FORMAT, if possible
- --output-version=VERSION
- Produces output variant VERSION.
- --pep-cert-store=PATH
- Specifies the location of a pEp certificate store
- --time=TIME
- Sets the reference time as ISO 8601 formatted timestamp
- --trust-root=FINGERPRINT|KEYID
- Considers the specified certificate to be a trust root
Subcommand options
- --cert=FINGERPRINT|KEYID
- Reads the specified certificate from the certificate store
- --certifications=CERTIFICATIONS
- Prints third-party certifications
EXAMPLES
Inspects a certificate
sq inspect juliet.pgp
Inspects a certificate ring
sq inspect certs.pgp
Inspects a message
sq inspect message.pgp
Inspects a detached signature
sq inspect message.sig
Show the certificate as it looked on July 21, 2013
sq inspect --time 20130721 cert.pgp
SEE ALSO
For the full documentation see https://docs.sequoia-pgp.org/sq/.
VERSION
0.31.0 (sequoia-openpgp 1.16.0, using Nettle 3.9 (Cv448: true))
| 0.31.0 | Sequoia-PGP |