1 #-----------------------------
3 #-----------------------------
5 # The default key to sign with. If this option is not used, the default key is
6 # the first key found in the secret keyring
8 #default-key 0xD8692123C4065DEA5E0F3AB5249B39D24F25E3B6
11 #-----------------------------
13 #-----------------------------
15 # Disable inclusion of the version string in ASCII armored output
18 # Disable comment string in clear text signatures and ASCII armored messages
21 # Display long key IDs
24 # List all keys (or the specified ones) along with their fingerprints
27 # Display the calculated validity of user IDs during key listings
28 list-options show-uid-validity
29 verify-options show-uid-validity
31 # Try to use the GnuPG-Agent. With this option, GnuPG first tries to connect to
32 # the agent before it asks for a passphrase.
38 # View images with feh
41 #-----------------------------
43 #-----------------------------
45 # This is the server that --recv-keys, --send-keys, and --search-keys will
46 # communicate with to receive keys from, send keys to, and search for keys on
47 # keyserver hkps://hkps.pool.sks-keyservers.net
48 # keyserver hkps://hkps.pool.sks-keyservers.net
50 # Provide a certificate store to override the system default
51 # Get this from https://sks-keyservers.net/sks-keyservers.netCA.pem
52 # keyserver-options ca-cert-file=/usr/local/etc/ssl/certs/hkps.pool.sks-keyservers.net.pem
54 # Set the proxy to use for HTTP and HKP keyservers - default to the standard
55 # local Tor socks proxy
56 # It is encouraged to use Tor for improved anonymity. Preferrably use either a
57 # dedicated SOCKSPort for GnuPG and/or enable IsolateDestPort and
59 #keyserver-options http-proxy=socks5-hostname://127.0.0.1:9050
61 # Don't leak DNS, see https://trac.torproject.org/projects/tor/ticket/2846
62 # keyserver-options no-try-dns-srv
64 # When using --refresh-keys, if the key in question has a preferred keyserver
65 # URL, then disable use of that preferred keyserver to refresh the key from
66 keyserver-options no-honor-keyserver-url
68 # When searching for a key with --search-keys, include keys that are marked on
69 # the keyserver as revoked
70 keyserver-options include-revoked
73 #-----------------------------
74 # algorithm and ciphers
75 #-----------------------------
77 # list of personal digest preferences. When multiple digests are supported by
78 # all recipients, choose the strongest one
79 personal-cipher-preferences AES256 AES192 AES CAST5
81 # list of personal digest preferences. When multiple ciphers are supported by
82 # all recipients, choose the strongest one
83 personal-digest-preferences SHA512 SHA384 SHA256 SHA224
85 # message digest algorithm used when signing a key
86 cert-digest-algo SHA512
88 # This preference list is used for new keys and becomes the default for
89 # "setpref" in the edit menu
90 default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed