diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-04-12 23:57:00 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-04-25 00:39:30 -0400 |
commit | 45d920c8ec323bf5d91de23bdb49f61c152b1301 (patch) | |
tree | 0bea7db6494a2803dfe18d02dbdeb2eec9811b9b /.gnupg | |
download | dogfiles-45d920c8ec323bf5d91de23bdb49f61c152b1301.tar.gz |
Lots of unimportant changes happened before this
point, that I absolutely will never need a record of.
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 |