diff --git a/pages/common/gpg.md b/pages/common/gpg.md index 48d212e1a3..0d34b14334 100644 --- a/pages/common/gpg.md +++ b/pages/common/gpg.md @@ -12,9 +12,9 @@ `gpg --clearsign {{doc.txt}}` -- Encrypt `doc.txt` for alice@example.com (output to `doc.txt.gpg`): +- Encrypt and sign `doc.txt` for alice@example.com and bob@example.com (output to `doc.txt.gpg`): -`gpg --encrypt --recipient {{alice@example.com}} {{doc.txt}}` +`gpg --encrypt --sign --recipient {{alice@example.com}} --recipient {{bob@example.com}} {{doc.txt}}` - Encrypt `doc.txt` with only a passphrase (output to `doc.txt.gpg`):