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:
Managor
2026-05-13 19:33:49 +03:00
committed by GitHub
parent f6e2dcc13d
commit 582cb06b13
+2 -2
View File
@@ -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`):