-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgpg.conf
31 lines (20 loc) · 1.07 KB
/
gpg.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# default configuration for the command `gpg`
# Entries should be tabulated to accommodate the option with the longest name:
# `no-require-cross-certification`, with 30 characters
default-key E0C3497126B72CA47975FC322953BB8C16043B43
default-recipient-self
list-options show-notations,show-sig-expire,show-unusable-subkeys,show-unusable-uids
personal-digest-preferences SHA512 SHA384 SHA256 SHA224
# Eye of GNOME does not support stdin; it requires a file.
# With %i, GnuPG removes the image file too soon, and Eye of GNOME doesn't display it.
# With %I, GnuPG leaves image files behind, cluttering /tmp.
# Ideally, GnuPG would remove image files only after the application returned.
photo-viewer imv -s full -w %f -- -
require-cross-certification
trusted-key E0C3497126B72CA47975FC322953BB8C16043B43
# Without it, `gpg` often does not provide enough information to debug a failure.
# Repeating a command that failed (to pass `--verbose`) sometimes does not yield the same results.
verbose
# May be overriden with --allow-weak-digest-algos
weak-digest MD5
weak-digest SHA1