From 4d5c87bf02d71af01467415959b3f13f03a9bdcb Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 4 Jan 2022 16:08:48 +0100 Subject: [PATCH] Update GnuPG configuration Signed-off-by: Severin Kaderli --- system/.local/share/gnupg/dirmngr.conf | 2 ++ system/.local/share/gnupg/gpg.conf | 1 + 2 files changed, 3 insertions(+) create mode 100644 system/.local/share/gnupg/dirmngr.conf create mode 100644 system/.local/share/gnupg/gpg.conf diff --git a/system/.local/share/gnupg/dirmngr.conf b/system/.local/share/gnupg/dirmngr.conf new file mode 100644 index 0000000..6263cfa --- /dev/null +++ b/system/.local/share/gnupg/dirmngr.conf @@ -0,0 +1,2 @@ +default-cache-ttl 3600 +keyserver hkps://keys.openpgp.org/ diff --git a/system/.local/share/gnupg/gpg.conf b/system/.local/share/gnupg/gpg.conf new file mode 100644 index 0000000..ab80047 --- /dev/null +++ b/system/.local/share/gnupg/gpg.conf @@ -0,0 +1 @@ +list-options show-notation show-std-notations show-user-notations