# HG changeset patch # User huston@80426f53-59d1-405d-934b-f07cd76f4a1a # Date 1288035837 0 # Node ID c67ffb7a1ff165c7ed2791850c42bee15276e0b4 # Parent 82999776304f7c1f874a3d4077e9b0de305b53ae Test adding the GnuPG config file diff -r 82999776304f -r c67ffb7a1ff1 .gnupg/gpg.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.gnupg/gpg.conf Mon Oct 25 19:43:57 2010 +0000 @@ -0,0 +1,12 @@ +no-greeting +keyserver hkp://subkeys.pgp.net +keyserver-options auto-key-retrieve include-disabled +ask-cert-level + +default-key B220F113 +encrypt-to B220F113 + +trustdb-name ~/Dropbox/.gnupg/trustdb.gpg +no-default-keyring +keyring ~/Dropbox/.gnupg/pubring.gpg +secret-keyring ~/Dropbox/.gnupg/secring.gpg