X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gnupg%2Fgpg.conf;h=0b1f73cec91904392629bee876d41a1d285ed5ef;hb=0291ce2ca538d91deac8482991093d41200cb000;hp=8c115f75c067fcdc8ebd3e36ce8c233cd3233a68;hpb=cf7c3fc7c0313a23729011395445f8af15db0fed;p=config%2Fdotfiles.git diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf index 8c115f7..0b1f73c 100644 --- a/gnupg/gpg.conf +++ b/gnupg/gpg.conf @@ -5,7 +5,7 @@ # # [1]: https://we.riseup.net/riseuplabs+paow/openpgp-best-practices -# Copyright (C) 2009-2012 Simon Ruderich +# Copyright (C) 2009-2013 Simon Ruderich # # This file is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -26,6 +26,9 @@ # Don't display the copyright notice. no-greeting +# Use long keyids because the short ones have collisions. +keyid-format 0xlong + # KEY GENERATION @@ -58,6 +61,6 @@ keyserver hkp://pool.sks-keyservers.net # MY KEYS # Use my newest key as default key. -default-key 0xE44C32F9 +default-key 0x92FEFDB7E44C32F9 # vim: ft=gpg