diff --git a/pages/common/gpg.md b/pages/common/gpg.md index 06c8ad8caf..06cfc9f8b6 100644 --- a/pages/common/gpg.md +++ b/pages/common/gpg.md @@ -17,3 +17,7 @@ - decrypt doc.txt.gpg (output to STDOUT) `gpg --decrypt {{doc.txt.gpg}}` + +- Import a public key + +`gpg --import {{public.gpg}}`