1
0
Fork 0
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:
CleanMachine1 2021-07-06 04:19:59 +01:00 committed by GitHub
parent 4f714f14de
commit ec92caa35b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`