diff options
-rw-r--r-- | gpg.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -29,6 +29,17 @@ Add `--armor` to make it readable-ASCII encoded. gpg --encrypt [--sign] [-u <signer>] [--recipient <receipient>] file +## Key management + +Add new email to key: + + gpg --edit-key <key> + # This gives an interactive shell + > adduid + # interactive form to provide name, email, comment + > save + # saves and quits + ## gpg-agent `gpg-agent` is a daemon that e.g. provides a passphrase cache for GPG. Running |