From 011d8405259d03fa422ea2f79b55db2b6c533476 Mon Sep 17 00:00:00 2001 From: Daniil Rozanov Date: Mon, 24 Feb 2025 02:34:24 +0400 Subject: feat: few more alias&keymaps --- gnupg/.gnupg/gpg-agent.conf | 3 +++ gnupg/.gnupg/gpg.conf | 30 ++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 gnupg/.gnupg/gpg-agent.conf create mode 100644 gnupg/.gnupg/gpg.conf (limited to 'gnupg/.gnupg') diff --git a/gnupg/.gnupg/gpg-agent.conf b/gnupg/.gnupg/gpg-agent.conf new file mode 100644 index 0000000..682af4e --- /dev/null +++ b/gnupg/.gnupg/gpg-agent.conf @@ -0,0 +1,3 @@ +default-cache-ttl 28800 +max-cache-ttl 28800 +pinentry-timeout 1200 diff --git a/gnupg/.gnupg/gpg.conf b/gnupg/.gnupg/gpg.conf new file mode 100644 index 0000000..ffa0f43 --- /dev/null +++ b/gnupg/.gnupg/gpg.conf @@ -0,0 +1,30 @@ +# UTF-8 support for compatibility +charset utf-8 + +# No comments in messages +no-comments + +# No version in output +no-emit-version + +# Disable banner +no-greeting + +# Long key id format +keyid-format 0xlong + +# Display UID validity +list-options show-uid-validity +verify-options show-uid-validity + +# Display all keys and their fingerprints +with-fingerprint + +# Cross-certify subkeys are present and valid +require-cross-certification + +# Disable caching of passphrase for symmetrical ops +no-symkey-cache + +# Enable smartcard +use-agent -- cgit v1.2.3