logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pgpainless-cli-verify - Verify a detached signature

Arguments

SIGNATURE
           Detached signature

       CERT...
           Public key certificates for signature verification

                                                                                        PGPAINLESS-CLI-VERIFY(1)

Description

       Verify a detached signature over some data from STDIN.

Name

       pgpainless-cli-verify - Verify a detached signature

Options

--not-after=DATE
           ISO-8601 formatted UTC date (e.g. '2020-11-23T16:35Z)

           Reject signatures with a creation date not in range.

           Defaults to current system time ("now").

           Accepts special value "-" for end of time.

       --not-before=DATE
           ISO-8601 formatted UTC date (e.g. '2020-11-23T16:35Z)

           Reject signatures with a creation date not in range.

           Defaults to beginning of time ("-").

       --stacktrace
           Print stacktrace

Synopsis

pgpainless-cliverify [--stacktrace] [--not-after=DATE] [--not-before=DATE] SIGNATURECERT...

See Also