]> git.sev.monster Git - dotfiles.git/blame - gpg/gpg.conf
actually set PINENTRY_USER_DATA, fix invocation
[dotfiles.git] / gpg / gpg.conf
CommitLineData
372276b7 1# cryptography preferences
2personal-cipher-preferences AES256 AES192 AES
3personal-digest-preferences SHA512 SHA384 SHA256
4personal-compress-preferences ZLIB BZIP2 ZIP Uncompressed
5default-preference-list SHA512 SHA384 SHA256 AES256 AES192 AES ZLIB BZIP2 ZIP Uncompressed
6# key signing algo
7cert-digest-algo SHA512
8# symmetric operations algos
9s2k-digest-algo SHA512
10s2k-cipher-algo AES256
11
12# general
13expert
14charset utf-8
15use-agent
16default-key 0x747327ED5BA43ED5
17trusted-key 0x747327ED5BA43ED5
18
19# visual
20no-greeting
21keyid-format 0xlong
22list-options show-uid-validity
23verify-options show-uid-validity show-keyserver-urls
24with-fingerprint
25with-keygrip
26with-key-origin
27
28# hardening
29# disable caching of passphrase for symmetrical ops
30no-symkey-cache
31# disable recipient key ID in messages
32throw-keyids
33
34# keyservers
35keyserver hkps://keys.openpgp.org
36keyserver hkps://hkps.pool.sks-keyservers.net
37keyserver hkps://pgp.ocf.berkeley.edu
38keyserver hkps://pgp.mit.edu
39keyserver hkps://keyring.debian.org
40keyserver hkps://keyserver.ubuntu.com
41keyserver hkps://attester.flowcrypt.com
42keyserver hkps://zimmermann.mayfirst.org
43keyserver-options auto-key-retrieve
This page took 0.04258 seconds and 4 git commands to generate.