diff --git a/pages/common/gpg.md b/pages/common/gpg.md index 2a8631ab02..48d212e1a3 100644 --- a/pages/common/gpg.md +++ b/pages/common/gpg.md @@ -4,6 +4,10 @@ > See `gpg2` for GNU Privacy Guard 2. > More information: . +- Create a GPG public and private key interactively: + +`gpg --full-generate-key` + - Sign `doc.txt` without encryption (writes output to `doc.txt.asc`): `gpg --clearsign {{doc.txt}}`