blob: 41f9bea0c69acdaef7585bcfb3a6c3ec1957994a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Automatic.prf - Configure options for a more automatic mode -*- conf -*-
#
# The options for each tool are configured in a section ("[TOOL]");
# see the respective man page for a description of these options and
# the gpgconf manpage for a description of this file's syntax.
[gpg]
auto-key-locate local,wkd,dane
auto-key-retrieve
trust-model tofu+pgp$\r$\n'
[gpg-agent]
default-cache-ttl 900
max-cache-ttl 3600
min-passphrase-nonalpha 0
|