2022-08-08 00:23:58 +02:00
|
|
|
'\" t
|
|
|
|
.\" Title: pgpainless-cli-inline-verify
|
|
|
|
.\" Author: [see the "AUTHOR(S)" section]
|
|
|
|
.\" Generator: Asciidoctor 2.0.10
|
|
|
|
.\" Manual: PGPainless-CLI Manual
|
|
|
|
.\" Source:
|
|
|
|
.\" Language: English
|
|
|
|
.\"
|
2022-11-15 21:47:46 +01:00
|
|
|
.TH "PGPAINLESS\-CLI\-INLINE\-VERIFY" "1" "" "" "PGPainless\-CLI Manual"
|
2022-08-08 00:23:58 +02:00
|
|
|
.ie \n(.g .ds Aq \(aq
|
|
|
|
.el .ds Aq '
|
|
|
|
.ss \n[.ss] 0
|
|
|
|
.nh
|
|
|
|
.ad l
|
|
|
|
.de URL
|
|
|
|
\fI\\$2\fP <\\$1>\\$3
|
|
|
|
..
|
|
|
|
.als MTO URL
|
|
|
|
.if \n[.g] \{\
|
|
|
|
. mso www.tmac
|
|
|
|
. am URL
|
|
|
|
. ad l
|
|
|
|
. .
|
|
|
|
. am MTO
|
|
|
|
. ad l
|
|
|
|
. .
|
|
|
|
. LINKSTYLE blue R < >
|
|
|
|
.\}
|
|
|
|
.SH "NAME"
|
|
|
|
pgpainless\-cli\-inline\-verify \- Verify inline\-signed data from standard input
|
|
|
|
.SH "SYNOPSIS"
|
|
|
|
.sp
|
2022-11-06 15:08:07 +01:00
|
|
|
\fBpgpainless\-cli inline\-verify\fP [\fB\-\-stacktrace\fP] [\fB\-\-not\-after\fP=\fIDATE\fP] [\fB\-\-not\-before\fP=\fIDATE\fP]
|
|
|
|
[\fB\-\-verifications\-out\fP=\fI<verificationsOut>\fP] [\fICERT\fP...]
|
2022-08-08 00:23:58 +02:00
|
|
|
.SH "DESCRIPTION"
|
|
|
|
|
|
|
|
.SH "OPTIONS"
|
|
|
|
.sp
|
|
|
|
\fB\-\-not\-after\fP=\fIDATE\fP
|
|
|
|
.RS 4
|
|
|
|
ISO\-8601 formatted UTC date (e.g. \(aq2020\-11\-23T16:35Z)
|
|
|
|
.sp
|
|
|
|
Reject signatures with a creation date not in range.
|
|
|
|
.sp
|
|
|
|
Defaults to current system time ("now").
|
|
|
|
.sp
|
|
|
|
Accepts special value "\-" for end of time.
|
|
|
|
.RE
|
|
|
|
.sp
|
|
|
|
\fB\-\-not\-before\fP=\fIDATE\fP
|
|
|
|
.RS 4
|
|
|
|
ISO\-8601 formatted UTC date (e.g. \(aq2020\-11\-23T16:35Z)
|
|
|
|
.sp
|
|
|
|
Reject signatures with a creation date not in range.
|
|
|
|
.sp
|
|
|
|
Defaults to beginning of time ("\-").
|
|
|
|
.RE
|
|
|
|
.sp
|
2022-11-15 21:47:46 +01:00
|
|
|
\fB\-\-stacktrace\fP, \fB\-\-verifications\-out\fP=\fI<verificationsOut>\fP
|
2022-08-08 00:23:58 +02:00
|
|
|
.RS 4
|
|
|
|
File to write details over successful verifications to
|
|
|
|
.RE
|
|
|
|
.SH "ARGUMENTS"
|
|
|
|
.sp
|
2022-11-06 15:08:07 +01:00
|
|
|
[\fICERT\fP...]
|
2022-08-08 00:23:58 +02:00
|
|
|
.RS 4
|
|
|
|
Public key certificates for signature verification
|
|
|
|
.RE
|