]> git.madduck.net Git - etc/caff.git/blob - .var/caff/gnupghome/gpg.conf

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

use strong hash for certs
[etc/caff.git] / .var / caff / gnupghome / gpg.conf
1 charset utf-8
2 no-greeting
3 default-key 55c9882d999bbcc4
4 #default-key 220bc883330c4a75
5 lock-once
6 no-auto-check-trustdb
7 ask-cert-level
8 default-cert-level 2
9 keyid-format 0xlong
10 use-agent
11 export-options export-clean
12 default-preference-list S9 S8 S7 S10 S4 H10 H9 H8 H11 H3 Z1 Z2 Z3
13 personal-digest-preferences SHA512 SHA384 SHA256 SHA224 RIPEMD160
14 personal-cipher-preferences AES256 AES192 AES TWOFISH BLOWFISH
15 personal-compress-preferences ZIP ZLIB BZIP2 Uncompressed
16 cert-digest-algo SHA512
17 #default-keyserver-url x-hkp://pool.sks-keyservers.net
18 keyserver x-hkp://pool.sks-keyservers.net
19 keyserver-options honor-http-proxy
20 keyserver-options auto-key-retrieve
21 keyserver-options include-disabled
22 keyserver-options include-revoked
23 keyserver-options include-subkeys
24 keyserver-options no-honor-keyserver-url
25 keyserver-options honor-pka-record
26 verify-options show-policy-url
27 verify-options show-notations
28 verify-options show-photos
29 cert-policy-url http://martin-krafft.net/gpg/cert-policy/55c9882d999bbcc4/200907121833?sha512sum=f33b17c9af515bd98b2927cb453a992d3d7500e9f671966616e90510b9940895108d241648d1a0eb46b32bcbf3251a136a6ee1e2275745e11bb328c14e7e7263
30 list-options show-policy-urls
31 list-options show-notations
32 list-options show-uid-validity
33
34 # vim:tw=0:ft=gpg