diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-11 14:15:17 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-11 14:15:17 -0400 |
commit | a746da0ddeed35013ef135e7a0f0aba82d568767 (patch) | |
tree | 7c5f73908b4a203e44e6c769231523bb2d028a95 /etc | |
parent | 589b81e8cebece77349bbba828dae5c1fe0ca86a (diff) |
Generalize filesystem location variables (closes http://web.monkeysphere.info/bugs/genericize-filesystem-locations-for-testsuite/).
Add comments to gpg.conf files.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/gnupg-authentication.conf | 7 | ||||
-rw-r--r-- | etc/gnupg-host.conf | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/gnupg-authentication.conf b/etc/gnupg-authentication.conf index 760c5e3..e00d317 100644 --- a/etc/gnupg-authentication.conf +++ b/etc/gnupg-authentication.conf @@ -1,8 +1,15 @@ # Monkeysphere authentication GNUPG home gpg.conf +# Location of the various Monkeysphere keyrings. +# It is highly recommended that you +# DO NOT MODIFY +# these variables. primary-keyring /var/lib/monkeysphere/gnupg-authentication/pubring.gpg keyring /var/lib/monkeysphere/gnupg-host/pubring.gpg +# PGP keyserver to use for PGP queries. keyserver hkp://pgp.mit.edu +# GPG list options. It is recommended that you have at least +# "show-uid-validity". list-options show-uid-validity diff --git a/etc/gnupg-host.conf b/etc/gnupg-host.conf index c450910..66c668b 100644 --- a/etc/gnupg-host.conf +++ b/etc/gnupg-host.conf @@ -1,3 +1,5 @@ # Monkeysphere host GNUPG home gpg.conf +# GPG list options. It is recommended that you have at least +# "show-uid-validity". list-options show-uid-validity |