mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
gpg: change example (#22413)
Co-authored-by: Fazle Arefin <1625934+FazleArefin@users.noreply.github.com> Co-authored-by: Lena Pastwa <lena@lnps.me>
This commit is contained in:
+2
-2
@@ -28,9 +28,9 @@
|
||||
|
||||
`gpg {{[-d|--decrypt]}} {{doc.txt.gpg}}`
|
||||
|
||||
- Import a public key:
|
||||
- Import a public key from WKD (Web Key Directory) if the key isn't already in the keyring:
|
||||
|
||||
`gpg --import {{public.gpg}}`
|
||||
`gpg --locate-keys {{alice@example.com}}`
|
||||
|
||||
- Export the public/private key for `alice@example.com` (output to `stdout`):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user