2022-08-04 12:15:53 +02:00
|
|
|
# SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
usage.header=Verify inline-signed data from standard input
|
|
|
|
not-before.0=ISO-8601 formatted UTC date (e.g. '2020-11-23T16:35Z)
|
|
|
|
not-before.1=Reject signatures with a creation date not in range.
|
|
|
|
not-before.2=Defaults to beginning of time ("-").
|
|
|
|
not-after.0=ISO-8601 formatted UTC date (e.g. '2020-11-23T16:35Z)
|
|
|
|
not-after.1=Reject signatures with a creation date not in range.
|
|
|
|
not-after.2=Defaults to current system time ("now").
|
|
|
|
not-after.3=Accepts special value "-" for end of time.
|
|
|
|
verifications-out=File to write details over successful verifications to
|
2022-08-04 12:48:32 +02:00
|
|
|
CERT[0..*]=Public key certificates for signature verification
|