gpg: add --full-generate-key example (#6195)
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
parent
4f714f14de
commit
ec92caa35b
|
|
@ -4,6 +4,10 @@
|
|||
> See `gpg2` for GNU Privacy Guard 2.
|
||||
> More information: <https://gnupg.org>.
|
||||
|
||||
- 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}}`
|
||||
|
|
|
|||
Loading…
Reference in New Issue