Scroll to navigation

SQ-SIGN(1) USER COMMANDS SQ-SIGN(1)

NAME

sq-sign - Signs messages or data files

Creates signed messages or detached signatures. Detached signatures are often used to sign software packages.

The converse operation is "sq verify".

SYNOPSIS

sq sign [FLAGS] [OPTIONS] [--] [FILE]

FLAGS

Prints help information

Emits binary data

Creates a detached signature

Appends a signature to existing signature

Signs a message and all existing signatures

OPTIONS

Writes to FILE or stdout if omitted

Merges signatures from the input and SIGNED-MESSAGE

Signs using KEY

Chooses keys valid at the specified time and sets the signature's creation time

Adds a notation to the certification. A user-defined notation's name must be of the form "name@a.domain.you.control.org". If the notation's name starts with a !, then the notation is marked as being critical. If a consumer of a signature doesn't understand a critical notation, then it will ignore the signature. The notation is marked as being human readable.

ARGS

Reads from FILE or stdin if omitted

EXAMPLES

# Create a signed message
$ sq sign --signer-key juliet.pgp message.txt
# Create a detached signature
$ sq sign --detached --signer-key juliet.pgp message.txt

SEE ALSO

For the full documentation see <https://docs.sequoia-pgp.org/sq/>.

sq(1), sq-armor(1), sq-autocrypt(1), sq-certify(1), sq-dearmor(1), sq-decrypt(1), sq-encrypt(1), sq-inspect(1), sq-key(1), sq-keyring(1), sq-packet(1), sq-sign(1), sq-verify(1)

AUTHORS

Azul <azul@sequoia-pgp.org>
Igor Matuszewski <igor@sequoia-pgp.org>
Justus Winter <justus@sequoia-pgp.org>
Kai Michaelis <kai@sequoia-pgp.org>
Neal H. Walfield <neal@sequoia-pgp.org>
Nora Widdecke <nora@sequoia-pgp.org>
Wiktor Kwapisiewicz <wiktor@sequoia-pgp.org>
JANUARY 2021 0.24.0 (SEQUOIA-OPENPGP 1.0.0)