X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=subdir_files%2F.gnupg%2Fgpg.conf;h=8d728b276f076febef7b0728aac3c01356d8cd13;hb=f0a35267f28e274ef3c2f63ffc20a26ca864e37c;hp=3ddb9ff196f5ce82e0ec2e8f183f3adfe863a89d;hpb=15f043c2c297176bd623d8a8602e2dc5d67eacd6;p=distro-setup diff --git a/subdir_files/.gnupg/gpg.conf b/subdir_files/.gnupg/gpg.conf index 3ddb9ff..8d728b2 100644 --- a/subdir_files/.gnupg/gpg.conf +++ b/subdir_files/.gnupg/gpg.conf @@ -13,9 +13,12 @@ use-agent # another option is 0xshort keyid-format 0xlong -# iank@fsf.org + default-key B125F60B7B287FF6A2B7DF8F170AF0E2954295DF +# 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 # running gpg-agent. @@ -27,3 +30,6 @@ default-key B125F60B7B287FF6A2B7DF8F170AF0E2954295DF # 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