From 604e09e6ae098350bffe18bde26e1c62f7e88a00 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 2 Mar 2021 22:13:21 -0500 Subject: make the pinentry program configurable --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0df94bc..8e30f7f 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,9 @@ configuration options: * `lock_timeout`: The number of seconds to keep the master keys in memory for before requiring the password to be entered again. Defaults to `3600` (one hour). +* `pinentry`: The + [pinentry](https://www.gnupg.org/related_software/pinentry/index.html) + executable to use. Defaults to `pinentry`. ## Usage -- cgit v1.2.3-54-g00ecf