]> git.madduck.net Git - etc/gnupg.git/blob - .gnupg/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 openpgp keyserver
[etc/gnupg.git] / .gnupg / gpg.conf
1 charset utf-8
2 no-greeting
3 default-key 2ccb26bc5c49bc221f20794255c9882d999bbcc4
4 encrypt-to 2ccb26bc5c49bc221f20794255c9882d999bbcc4
5 keyserver keys.openpgp.net
6 escape-from-lines
7 with-fingerprint
8 keyid-format long
9 no-emit-version
10 no-comments
11 lock-once
12 allow-secret-key-import
13 no-auto-check-trustdb
14 ask-cert-level
15 default-cert-level 2
16 use-agent
17 export-options export-clean
18 default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed
19 #personal-digest-preferences SHA512 SHA384 SHA256 SHA224 RIPEMD160
20 #personal-cipher-preferences AES256 AES192 AES TWOFISH BLOWFISH
21 #personal-compress-preferences ZIP ZLIB BZIP2 Uncompressed
22 cert-digest-algo SHA512
23 verify-options show-policy-url
24 verify-options show-notations
25 #verify-options show-photos
26 cert-policy-url http://martin-krafft.net/gpg/cert-policy/55c9882d999bbcc4/201412051354?sha512sum=a5f417ebe563ed63cc3bbc4b14da4983e30d8ada7b2ba94b6de5e7a74bee6ab55c6ca307e163c33a6bf242e8ce4ca5fe99a271dd3b41626d3b4a10203a5c7225
27 sig-policy-url http://martin-krafft.net/gpg/sig-policy/55c9882d999bbcc4/201101241125?sha512sum=1cad96fd27d3233f53e22849533648107e5ee8d5be655251d74c8f1c5c3bc42f2304fa515150f7bd4dd05e9819924f049513ee9962ca71709f81d94515852bd8
28 list-options show-policy-urls
29 list-options show-notations
30 list-options show-uid-validity
31
32 # vim:tw=0:ft=gpg