m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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