diff options
author | Marc Coquand <marc@mccd.space> | 2024-07-03 15:52:04 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-07-03 15:52:04 -0500 |
commit | e048aa5615064a8ee535ba20e71abdfbd7e52fd6 (patch) | |
tree | 30b95835358a05a69b06585bf386f344c72647eb /gnupg | |
parent | b718b8ef6eaacec84668c40f9ab52dda12df6669 (diff) | |
download | openbsd-e048aa5615064a8ee535ba20e71abdfbd7e52fd6.tar.gz openbsd-e048aa5615064a8ee535ba20e71abdfbd7e52fd6.tar.bz2 openbsd-e048aa5615064a8ee535ba20e71abdfbd7e52fd6.zip |
Updates
Diffstat (limited to 'gnupg')
-rw-r--r-- | gnupg/gpg-agent.conf | 4 | ||||
-rw-r--r-- | gnupg/gpg.conf | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gnupg/gpg-agent.conf b/gnupg/gpg-agent.conf new file mode 100644 index 0000000..d4fce2c --- /dev/null +++ b/gnupg/gpg-agent.conf @@ -0,0 +1,4 @@ +default-cache-ttl 999999999 +max-cache-ttl 999999999 +allow-preset-passphrase +pinentry-program /usr/bin/pinentry diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf new file mode 100644 index 0000000..890c5f2 --- /dev/null +++ b/gnupg/gpg.conf @@ -0,0 +1 @@ +no-default-keyring |