move some paths
[distro-setup] / subdir_files / .gnupg / gpg.conf
1 # Note: initial files in this directory were created by running
2 # gpg -k
3
4 # for aur, automatically dl & add gpg keys.
5 keyserver-options auto-key-retrieve
6 # start gpg agent on login
7 use-agent
8
9 # standard short key ids are easy to collide
10 # https://security.stackexchange.com/questions/84280/short-openpgp-key-ids-are-insecure-how-to-configure-gnupg-to-use-long-key-ids-i
11 # https://evil32.com/
12 #keyid-format 0xlong
13
14 # however, not using for now, since I just want to
15 # identify the keys i have, not remote keys.
16 keyid-format 0xshort