sign(1) | Sequoia Manual | sign(1) |
sign - Signs messages or data files
sign [-o|--output] [-B|--binary] [--private-key-store] [--detached] [--cleartext-signature] [-a|--append] [-n|--notarize] [--merge] [--signer-key] [-t|--time] [--notation] [-h|--help] [FILE]
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".
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
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-keyserver(1) sq-packet(1) sq-revoke(1) sq-verify(1) sq-wkd(1)
July 2022 | sq 0.26.0 |