X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=subdir_files%2F.gnupg%2Fgpg.conf;h=57c80646a2d51b79b7760e8b8f616cc01a607694;hb=4f13ea60bec1126f54b9da543b549d29d5013a69;hp=f45b4ee6cea240fcf9d3668578d1bf5db53d9ba7;hpb=a83e91030893a823da5f057d6b848dbac7593f01;p=distro-setup diff --git a/subdir_files/.gnupg/gpg.conf b/subdir_files/.gnupg/gpg.conf index f45b4ee..57c8064 100644 --- a/subdir_files/.gnupg/gpg.conf +++ b/subdir_files/.gnupg/gpg.conf @@ -13,9 +13,11 @@ use-agent # another option is 0xshort keyid-format 0xlong + default-key B125F60B7B287FF6A2B7DF8F170AF0E2954295DF -default-key 0xFB40960C541A7D1F +# financial key +#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 @@ -28,3 +30,18 @@ default-key 0xFB40960C541A7D1F # echo -e "%Assuan%\nsocket=${HOME}/gpg-agent-socket/s" > ~/.gnupg/S.gpg-agent # # this is also in my conflink scrpt: # install -d -m700 ~/gpg-agent-socket +# and in /etc/X11/Xsession.d/01iank +# install -o iank -g iank -d -m700 /home/iank/gpg-agent-socket +# because something keeps deleting that directory + +# default keyserver. i switch around randomly to find one that is up. +# +#keyserver hkp://pgp.mit.edu +#keyserver hkp://pool.sks-keyservers.net +#keyserver hkp://keyserver.pgp.com +#keyserver hkp://ipv4.pool.sks-keyservers.net +keyserver hkp://keys.gnupg.net + + +# more secure, but had problems with my gpg version +#keyserver hkps://hkps.pool.sks-keyservers.net