mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue