diff options
author | Christian Segundo | 2024-01-05 14:56:06 +0100 |
---|---|---|
committer | Christian Segundo | 2024-01-05 14:56:06 +0100 |
commit | 6e06d7049a7cb21382d4f054da0eba67ae8dbeba (patch) | |
tree | 3544600ba5de7ca141714197183acae1b3fd729d /public/gpg/.gnupg-conf | |
parent | d5487b2e179e11f9f8f0d491b298e47ed6eb4266 (diff) | |
download | dotfiles-6e06d7049a7cb21382d4f054da0eba67ae8dbeba.tar.gz |
fix gnupg config
Diffstat (limited to 'public/gpg/.gnupg-conf')
-rw-r--r-- | public/gpg/.gnupg-conf/gpg-agent.conf | 3 | ||||
-rw-r--r-- | public/gpg/.gnupg-conf/gpg.conf | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/public/gpg/.gnupg-conf/gpg-agent.conf b/public/gpg/.gnupg-conf/gpg-agent.conf new file mode 100644 index 0000000..ca08738 --- /dev/null +++ b/public/gpg/.gnupg-conf/gpg-agent.conf @@ -0,0 +1,3 @@ +default-cache-ttl 600 +max-cache-ttl 7200 +pinentry-program /opt/homebrew/bin/pinentry-mac diff --git a/public/gpg/.gnupg-conf/gpg.conf b/public/gpg/.gnupg-conf/gpg.conf new file mode 100644 index 0000000..ff4a19b --- /dev/null +++ b/public/gpg/.gnupg-conf/gpg.conf @@ -0,0 +1,3 @@ +auto-key-retrieve +no-emit-version +default-key 5C33B928B8E5F18A1F23D9AB8B6B1A3CF906CCEC |