]> git.rmz.io Git - dotfiles.git/blob - gnupg/gpg.conf
flexget: add blacklist redemption
[dotfiles.git] / gnupg / gpg.conf
1 # The default key to sign with. If this option is not used, the default key is
2 # the first key found in the secret keyring
3 #default-key 0xD8692123C4065DEA5E0F3AB5249B39D24F25E3B6
4
5 # Disable inclusion of the version string in ASCII armored output
6 no-emit-version
7
8 # Disable comment string in clear text signatures and ASCII armored messages
9 no-comments
10
11 # Display long key IDs
12 keyid-format 0xlong
13
14 # List all keys (or the specified ones) along with their fingerprints
15 with-fingerprint
16
17 # Display the calculated validity of user IDs during key listings
18 list-options show-uid-validity
19 verify-options show-uid-validity
20
21 # Try to use the GnuPG-Agent. With this option, GnuPG first tries to connect to
22 # the agent before it asks for a passphrase.
23 use-agent
24
25 # Use utf-8
26 charset utf-8
27
28 # View images with feh
29 photo-viewer feh %i
30
31 # When using --refresh-keys, if the key in question has a preferred keyserver
32 # URL, then disable use of that preferred keyserver to refresh the key from
33 keyserver-options no-honor-keyserver-url
34
35 # When searching for a key with --search-keys, include keys that are marked on
36 # the keyserver as revoked
37 keyserver-options include-revoked
38
39 # list of personal digest preferences. When multiple digests are supported by
40 # all recipients, choose the strongest one
41 personal-cipher-preferences AES256 AES192 AES CAST5
42
43 # list of personal digest preferences. When multiple ciphers are supported by
44 # all recipients, choose the strongest one
45 personal-digest-preferences SHA512 SHA384 SHA256 SHA224
46
47 # message digest algorithm used when signing a key
48 cert-digest-algo SHA512
49
50 # This preference list is used for new keys and becomes the default for
51 # "setpref" in the edit menu
52 default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed