diff options
Diffstat (limited to '.gnupg')
-rw-r--r-- | .gnupg/gpg-agent.conf | 7 | ||||
-rw-r--r-- | .gnupg/gpg.conf | 22 |
2 files changed, 29 insertions, 0 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf new file mode 100644 index 0000000..9ae5feb --- /dev/null +++ b/.gnupg/gpg-agent.conf @@ -0,0 +1,7 @@ +enable-ssh-support +default-cache-ttl 60 +max-cache-ttl 120 +#keep-display +pinentry-program /usr/bin/pinentry-curses + +extra-socket /run/user/1000/gnupg/S.gpg-agent.extra diff --git a/.gnupg/gpg.conf b/.gnupg/gpg.conf new file mode 100644 index 0000000..404e645 --- /dev/null +++ b/.gnupg/gpg.conf @@ -0,0 +1,22 @@ +default-key ben@gbmor.dev + +cipher-algo AES256 +personal-cipher-preferences AES256 AES192 AES +personal-digest-preferences SHA512 SHA384 SHA256 +default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES ZLIB BZIP2 ZIP Uncompressed +cert-digest-algo SHA512 +s2k-digest-algo SHA512 +s2k-cipher-algo AES256 +keyid-format 0xlong +with-fingerprint +use-agent +charset utf-8 +fixed-list-mode +no-comments +no-emit-version + +list-options show-uid-validity +verify-options show-uid-validity +require-cross-certification +no-symkey-cache +throw-keyids |