Provided by: pgpainless-cli_1.3.16-1_all
NAME
pgpainless-cli-inline-sign - Create an inline-signed message from data on standard input
SYNOPSIS
pgpainless-cli inline-sign [--[no-]armor] [--stacktrace] [--as= {binary|text|cleartextsigned}] [--with-key-password=PASSWORD]... [KEYS...]
DESCRIPTION
OPTIONS
--as={binary|text|cleartextsigned} Specify the signature format of the signed message 'text' and 'binary' will produce inline-signed messages. 'cleartextsigned' will make use of the cleartext signature framework. Defaults to 'binary'. If '--as=text' and the input data is not valid UTF-8, inline-sign fails with return code 53. --[no-]armor ASCII armor the output --stacktrace Print Stacktrace --with-key-password=PASSWORD Passphrase to unlock the secret key(s). Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
ARGUMENTS
[KEYS...] Secret keys used for signing 2022-11-06 PGPAINLESS-CLI-INLINE-SIGN(1)