From bce91cf81c954b4f3e520aef3a850417d7c58e42 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Sat, 6 Mar 2021 12:35:15 +0100 Subject: Add GPG key editing --- gpg.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gpg.md') diff --git a/gpg.md b/gpg.md index d54836d..8b7cc2f 100644 --- a/gpg.md +++ b/gpg.md @@ -29,6 +29,17 @@ Add `--armor` to make it readable-ASCII encoded. gpg --encrypt [--sign] [-u ] [--recipient ] file +## Key management + +Add new email to key: + + gpg --edit-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 -- cgit v1.2.3