From e1306b6f0fe4028b3d62538c15099b993e3c64c9 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sat, 31 Jan 2009 16:42:02 -0500 Subject: - break out monkeysphere-server command into monkeysphere-{host,authentication} commands - break out etc config into host/authentication configs --- etc/authentication/gpg.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 etc/authentication/gpg.conf (limited to 'etc/authentication/gpg.conf') diff --git a/etc/authentication/gpg.conf b/etc/authentication/gpg.conf new file mode 100644 index 0000000..77b96e1 --- /dev/null +++ b/etc/authentication/gpg.conf @@ -0,0 +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/authentication/sphere/pubring.gpg +keyring /var/lib/monkeysphere/authentication/core/pubring.gpg + +# PGP keyserver to use for PGP queries. +keyserver hkp://pool.sks-keyservers.net + +# GPG list options. It is recommended that you have at least +# "show-uid-validity". +list-options show-uid-validity -- cgit v1.2.3