summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basics.md5
1 files changed, 5 insertions, 0 deletions
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: