diff options
author | William Carroll <wpcarro@gmail.com> | 2019-03-18T14·50+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-03-18T14·50+0000 |
commit | 5cf5984467c7cf8fed9401087f6227f06a7dd98a (patch) | |
tree | 61f6a2fc19903a0ebf31a7304cbdd682833f229a /configs | |
parent | 41608a2b4730dfdb3587bbaf85b496602dcbdbba (diff) |
Support gpg-agent.conf
At the moment is handles caching ttl preferences.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/shared/gpg/.gnupg/gpg-agent.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/shared/gpg/.gnupg/gpg-agent.conf b/configs/shared/gpg/.gnupg/gpg-agent.conf new file mode 100644 index 000000000000..10e50547b9cf --- /dev/null +++ b/configs/shared/gpg/.gnupg/gpg-agent.conf @@ -0,0 +1 @@ +default-cache-ttl 300 max-cache-ttl 3600 |