From: Ian Jackson Date: Mon, 20 Jun 2016 14:13:18 +0000 (+0100) Subject: Add new DM key instructions X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit-junk.git;a=commitdiff_plain;h=9fd2d00006e67058bc6698189a5760cca44b2feb Add new DM key instructions --- diff --git a/README.update b/README.update index d535a09..6bd7e69 100644 --- a/README.update +++ b/README.update @@ -30,3 +30,26 @@ # push dgit -wgf push # push to chiark master + +#### new DM key + + save mail message to folder T + rsync -vP ijackson@chiark:mail/T . + + cd ~/things/Dgit/dm-user-keys + ../play/get-new-dm-keys + cp ~/junk/debian-maintainers.gpg .gnupg/pubring.gpg + + HOME=`pwd` emacs -nw + M-x load-lib vm-pgg RET + M-x vm-visit-folder T + + check signature comes up as VALIDSIG + we expect TRUST_UNDEFINED + + Use emacs to write-region the pubkey as -.keys + + git-add HWATEVER + git-commit -m "Add a key`echo; echo; cat T`" + + git push