diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-10-28 12:05:52 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-10-28 12:05:52 -0200 |
commit | fcfe321cfa6eef0c4fbed284364f4573f43a8e43 (patch) | |
tree | 48102cc002aec4c9584393dae1d6883c3ea38a54 | |
parent | 8dbfffea206143abc538552aff28fc1426f1a826 (diff) | |
download | debian-fcfe321cfa6eef0c4fbed284364f4573f43a8e43.tar.gz debian-fcfe321cfa6eef0c4fbed284364f4573f43a8e43.tar.bz2 |
Import your key into the keyring
-rw-r--r-- | basics.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |