1 # Note: initial files in this directory were created by running
4 # for aur, automatically dl & add gpg keys.
5 keyserver-options auto-key-retrieve
6 # start gpg agent on login
10 # standard short key ids are easy to collide
11 # https://security.stackexchange.com/questions/84280/short-openpgp-key-ids-are-insecure-how-to-configure-gnupg-to-use-long-key-ids-i
13 # another option is 0xshort
17 default-key B125F60B7B287FF6A2B7DF8F170AF0E2954295DF
20 #default-key 0xFB40960C541A7D1F
22 # note, i did this so that gpg-agent would not hold open the .gnupg dir.
23 # so I could unmount the filesystem which holds the .gnupg dir while
25 # also, symlinking things like keys in the .gnupg dir is a recipe
27 # https://askubuntu.com/questions/777900/how-to-configure-gnupgs-s-gpg-agent-socket-location
29 # rm -f ~/.gnupg/S.gpg-agent
30 # echo -e "%Assuan%\nsocket=${HOME}/gpg-agent-socket/s" > ~/.gnupg/S.gpg-agent
31 # # this is also in my conflink scrpt:
32 # install -d -m700 ~/gpg-agent-socket
33 # and in /etc/X11/Xsession.d/01iank
34 # install -o iank -g iank -d -m700 /home/iank/gpg-agent-socket
35 # because something keeps deleting that directory
37 # default keyserver. i switch around randomly to find one that is up.
39 # DO NOT USE THIS ONE.
40 #keyserver hkp://pool.sks-keyservers.net
42 #keyserver hkp://keys.openpgp.org
43 #keyserver hkp://pgp.mit.edu
44 #keyserver hkp://keyserver.pgp.com
45 #keyserver hkp://ipv4.pool.sks-keyservers.net
46 keyserver hkp://keys.gnupg.net
47 #keyserver hkp://keyserver.ubuntu.com
48 #keyserver hkp://keyring.debian.org
50 # more secure hkps, but had problems with my gpg version
51 #keyserver hkps://hkps.pool.sks-keyservers.net