gpg.conf (1338B)
1 keyid-format 0xLONG 2 keyserver pgp.mit.edu 3 charset utf-8 4 ## We want to force UTF-8 everywhere 5 display-charset utf-8 6 7 cert-digest-algo SHA512 8 default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed 9 bzip2-compress-level 9 10 compress-level 9 11 personal-compress-preferences BZIP2 ZIP ZLIB 12 personal-cipher-preferences AES256 TWOFISH AES192 BLOWFISH AES CAST5 13 personal-digest-preferences SHA512 SHA384 SHA256 SHA224 14 require-cross-certification 15 16 ## Don't disclose the version 17 no-emit-version 18 19 ## Don't add additional comments (may leak language, etc) 20 no-comments 21 with-fingerprint 22 list-options show-policy-url show-user-notations show-sig-expire 23 list-options show-uid-validity 24 default-recipient-self 25 keyserver-options auto-key-retrieve 26 27 ## When creating a key, individuals may designate a specific keyserver to use to pull their keys from. 28 ## The above option will disregard this designation and use the pool, which is useful because (1) it 29 ## prevents someone from designating an insecure method for pulling their key and (2) if the server 30 ## designated uses hkps, the refresh will fail because the ca-cert will not match, so the keys will 31 ## never be refreshed. 32 keyserver-options no-honor-keyserver-url 33 34 ## when outputting certificates, view user IDs distinctly from keys: 35 fixed-list-mode 36 37 use-agent