From ec92caa35bd521dd23591afe02cc38e9ffe41040 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Tue, 6 Jul 2021 04:19:59 +0100 Subject: [PATCH] gpg: add --full-generate-key example (#6195) Co-authored-by: Muhammad Falak R Wani --- pages/common/gpg.md | 4 ++++ 1 file changed, 4 insertions(+) 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}}`