minor tweaks
[distro-setup] / subdir_files / .gnupg / gpg.conf
index f9da1b58f50f80ea44ee0a55e4e2040ce7de7df4..f45b4ee6cea240fcf9d3668578d1bf5db53d9ba7 100644 (file)
@@ -6,15 +6,17 @@ keyserver-options auto-key-retrieve
 # start gpg agent on login
 use-agent
 
+
 # standard short key ids are easy to collide
 # https://security.stackexchange.com/questions/84280/short-openpgp-key-ids-are-insecure-how-to-configure-gnupg-to-use-long-key-ids-i
 # https://evil32.com/
 # another option is 0xshort
 keyid-format 0xlong
 
-# iank@fsf.org
 default-key B125F60B7B287FF6A2B7DF8F170AF0E2954295DF
 
+default-key 0xFB40960C541A7D1F
+
 # note, i did this so that gpg-agent would not hold open the .gnupg dir.
 # so I could unmount the filesystem which holds the .gnupg dir while
 # running gpg-agent.