aboutsummaryrefslogtreecommitdiffstats
path: root/_gnupg/gpg-agent.conf
blob: 50a849e27cf78351ae8797d6eec0b7e558f9a349 (plain)
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
#
# ~/.gnupg/gpg-agent.conf
# GnuPG Agent configuration file
# See `gpg-agent(1)'
#
# The agent is automatically started on demand, thus there is no reason
# to start it manually.
#
# Reference:
# [1] GnuPG - Gentoo Wiki
#     https://wiki.gentoo.org/wiki/GnuPG
#
# Aaron LI
# Created: 2014-06-12
# Updated: 2016-05-15
#

# Set the time a cache entry is valid (default: 600 seconds)
# Each time a cache entry is accessed, the entry's timer is reset
default-cache-ttl 600

# Set the maximum time a cache entry is valid (default: 7200 seconds)
max-cache-ttl 3600

#  vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=gpg: #