summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-01-31 16:42:02 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-01-31 16:47:34 -0500
commite1306b6f0fe4028b3d62538c15099b993e3c64c9 (patch)
treee89d2bcf5a6ee86f8e6d5a9c466d38af927a6aca /etc
parent3ebaf05d01b7d4639980608feefeef7287000634 (diff)
- break out monkeysphere-server command into
monkeysphere-{host,authentication} commands - break out etc config into host/authentication configs
Diffstat (limited to 'etc')
-rw-r--r--etc/authentication/config (renamed from etc/monkeysphere-server.conf)8
-rw-r--r--etc/authentication/gpg.conf (renamed from etc/gnupg-authentication.conf)4
-rw-r--r--etc/host/config11
-rw-r--r--etc/host/gpg.conf (renamed from etc/gnupg-host.conf)0
4 files changed, 17 insertions, 6 deletions
diff --git a/etc/monkeysphere-server.conf b/etc/authentication/config
index 8b9ffa4..c9b57d2 100644
--- a/etc/monkeysphere-server.conf
+++ b/etc/authentication/config
@@ -1,4 +1,4 @@
-# Monkeysphere server configuration file.
+# Monkeysphere authentication configuration file.
# This is an sh-style shell configuration file. Variable names should
# be separated from their assignments by a single '=' and no spaces.
@@ -6,13 +6,13 @@
# prefaced by "MONKEYSPHERE_" will take precedence over the values
# specified here.
-# User who controls the monkeysphere authentication keyring.
-#MONKEYSPHERE_USER=monkeysphere
-
# Log level. Can be SILENT, ERROR, INFO, VERBOSE, DEBUG, in
# increasing order of verbosity.
#LOG_LEVEL=INFO
+# User who controls the monkeysphere 'sphere' keyring.
+#MONKEYSPHERE_USER=monkeysphere
+
# Path to authorized_user_ids file to process to create
# authorized_keys file. '%h' will be replaced by the home directory
# of the user, and '%u' will be replaced by the username of the user.
diff --git a/etc/gnupg-authentication.conf b/etc/authentication/gpg.conf
index 7e5620b..77b96e1 100644
--- a/etc/gnupg-authentication.conf
+++ b/etc/authentication/gpg.conf
@@ -4,8 +4,8 @@
# 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
+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
diff --git a/etc/host/config b/etc/host/config
new file mode 100644
index 0000000..293cbe0
--- /dev/null
+++ b/etc/host/config
@@ -0,0 +1,11 @@
+# Monkeysphere host configuration file.
+
+# This is an sh-style shell configuration file. Variable names should
+# be separated from their assignments by a single '=' and no spaces.
+# Environment variables with the same names as these variables but
+# prefaced by "MONKEYSPHERE_" will take precedence over the values
+# specified here.
+
+# Log level. Can be SILENT, ERROR, INFO, VERBOSE, DEBUG, in
+# increasing order of verbosity.
+#LOG_LEVEL=INFO
diff --git a/etc/gnupg-host.conf b/etc/host/gpg.conf
index 66c668b..66c668b 100644
--- a/etc/gnupg-host.conf
+++ b/etc/host/gpg.conf