From 0e19fdc1d2815126b85409de7439cdc241e05f85 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Tue, 6 Oct 2020 11:08:38 +0200 Subject: Update GPG tips --- gpg.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gpg.md') diff --git a/gpg.md b/gpg.md index 00a6850..569a91e 100644 --- a/gpg.md +++ b/gpg.md @@ -21,8 +21,10 @@ Add `--armor` to make it readable-ASCII encoded. gpg --armor --export-secret-keys -`--armor` makes it readable-ASCII encoded. +## Export public key + + gpg --armor --export [--output ] ## Asymmetric crypto - gpg --encrypt [--sign] [-u USER] file + gpg --encrypt [--sign] [-u ] [--recipient ] file -- cgit v1.2.3