You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.3 KiB

.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH SQV "1" "December 2020" "sqv 1.0.0" "User Commands"
.SH NAME
sqv \- OpenPGP signature verification
.SH DESCRIPTION
sqv 1.0.0
sqv is a command\-line OpenPGP signature verification tool.
.SS "USAGE:"
.IP
sqv [FLAGS] [OPTIONS] <SIG\-FILE> <FILE> \fB\-\-keyring\fR <FILE>...
.SS "FLAGS:"
.TP
\fB\-h\fR, \fB\-\-help\fR
Prints help information
.TP
\fB\-V\fR, \fB\-\-version\fR
Prints version information
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Be verbose.
.SS "OPTIONS:"
.TP
\fB\-\-keyring\fR <FILE>...
A keyring. Can be given multiple times.
.TP
\fB\-\-not\-after\fR <TIMESTAMP>
Consider signatures created after TIMESTAMP as invalid. If a date is given,
23:59:59 is used for the time.
[default: now]
.TP
\fB\-\-not\-before\fR <TIMESTAMP>
Consider signatures created before TIMESTAMP as invalid. If a date is given,
00:00:00 is used for the time.
[default: no constraint]
.TP
\fB\-n\fR, \fB\-\-signatures\fR <N>
The number of valid signatures to return success. Default: 1
.SS "ARGS:"
.TP
<SIG\-FILE>
File containing the detached signature.
.TP
<FILE>
File to verify.
.PP
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.