m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/gpg.md
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2022-11-29 14:55:43 +0100
committerMarcin Chrzanowski <m@m-chrzan.xyz>2022-11-29 14:55:43 +0100
commitaf29b8a20d734a172694f4fd8e591737538d86a0 (patch)
treeaeaecf9eac29129b79651edf9d667c09714539f3 /gpg.md
parent22f6834d959295402b1c030e2f0f686616058438 (diff)
Add receiving GPG keys from keyserver
Diffstat (limited to 'gpg.md')
-rw-r--r--gpg.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/gpg.md b/gpg.md
index d12c107..d4d9fe5 100644
--- a/gpg.md
+++ b/gpg.md
@@ -29,6 +29,10 @@ Add `--armor` to make it readable-ASCII encoded.
gpg --import <key file>
+Receiving a key from key server:
+
+ gpg --recv-key "<key ID>"
+
## Asymmetric crypto
gpg --encrypt [--sign] [-u <signer>] [--recipient <receipient>] file