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-inline-sign - Create an inline-signed message

Arguments

       [KEYS...]
           Secret keys used for signing

                                                                                   PGPAINLESS-CLI-INLINE-SIGN(1)

Description

Name

       pgpainless-cli-inline-sign - Create an inline-signed message

Options

--as={binary|text|clearsigned}
           Specify the signature format of the signed message.

           'text' and 'binary' will produce inline-signed messages.

           'clearsigned' 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...).

Synopsis

pgpainless-cliinline-sign [--[no-]armor] [--stacktrace] [--as={binary|text|clearsigned}]
       [--with-key-password=PASSWORD]... [KEYS...]

See Also