summaryrefslogtreecommitdiff
blob: 26e5d6a7da11e5c9ea388ef515f99360ac41455b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.\" 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.