Scroll to navigation

SQV(1) User Commands SQV(1)

NAME

sqv - OpenPGP signature verification

DESCRIPTION

sqv 1.0.0 sqv is a command-line OpenPGP signature verification tool.

USAGE:

sqv [FLAGS] [OPTIONS] <SIG-FILE> <FILE> --keyring <FILE>...

FLAGS:

Prints help information
Prints version information
Be verbose.

OPTIONS:

A keyring. Can be given multiple times.
Consider signatures created after TIMESTAMP as invalid. If a date is given, 23:59:59 is used for the time. [default: now]
Consider signatures created before TIMESTAMP as invalid. If a date is given, 00:00:00 is used for the time. [default: no constraint]
The number of valid signatures to return success. Default: 1

ARGS:

<SIG-FILE>
File containing the detached signature.
<FILE>
File to verify.

TIMESTAMPs must be given in ISO 8601 format (e.g. '2017-03-04T13:25:35Z', '2017-03-04T13:25', '20170304T1325+0830', '2017-03-04', '2017031', ...). If no timezone is specified, UTC is assumed.

December 2020 sqv 1.0.0