From fcfe321cfa6eef0c4fbed284364f4573f43a8e43 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 28 Oct 2014 12:05:52 -0200 Subject: Import your key into the keyring --- basics.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/basics.md b/basics.md index 32cabf0..a47b73a 100644 --- a/basics.md +++ b/basics.md @@ -118,6 +118,11 @@ Again, you might set two handy aliases: alias dpkg-source='HOME=/path/to/debian/keyring/output/ dpkg-source' alias dget='HOME=/path/to/debian/keyring/output/ dget' +As a last touch, import your own key into this keyring: + + gpg --armor --export $KEYID | \ + gpg --no-default-keyring --keyring /path/to/debian/keyring/output/.gnupg/trustedkeys.gpg --import + Then you might be happy... for a while :P See also: -- cgit v1.2.3