diff options
-rw-r--r-- | gpg.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -21,8 +21,10 @@ Add `--armor` to make it readable-ASCII encoded. gpg --armor --export-secret-keys <ID> -`--armor` makes it readable-ASCII encoded. +## Export public key + + gpg --armor --export <ID> [--output <file>] ## Asymmetric crypto - gpg --encrypt [--sign] [-u USER] file + gpg --encrypt [--sign] [-u <signer>] [--recipient <receipient>] file |