PGPAINLESS-CLI-INLINE-SIGN(1) | PGPainless-CLI Manual | PGPAINLESS-CLI-INLINE-SIGN(1) |
pgpainless-cli-inline-sign - Create an inline-signed message from data on standard input
pgpainless-cli inline-sign [--[no-]armor] [--stacktrace] [--as= {binary|text|cleartextsigned}] [--with-key-password=PASSWORD]... [KEYS...]
--as={binary|text|cleartextsigned}
'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
--stacktrace
--with-key-password=PASSWORD
Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
[KEYS...]
2022-11-06 |