Scroll to navigation

PGPAINLESS-CLI-INLINE-SIGN(1) PGPainless-CLI Manual PGPAINLESS-CLI-INLINE-SIGN(1)

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