summaryrefslogtreecommitdiff
path: root/monkeysphere.conf
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-03-30 02:00:11 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-03-30 02:00:11 -0400
commit28942a1964321154261e5a046d6d5b00f30d60d7 (patch)
treecef3c543664d68815027d61a72b1a1df97180c1f /monkeysphere.conf
parent75278b377825c595155191e351525a55ffb7adbd (diff)
add start of a rhesus authorized_keys generator.
start of a monkeysphere.conf file (in bash)
Diffstat (limited to 'monkeysphere.conf')
-rw-r--r--monkeysphere.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/monkeysphere.conf b/monkeysphere.conf
new file mode 100644
index 0000000..1e3abf9
--- /dev/null
+++ b/monkeysphere.conf
@@ -0,0 +1,7 @@
+# monkeysphere configuration file
+# this is currently meant to be sourced by bash.
+CONF_DIR=/etc/monkeysphere
+AUTH_USER_IDS_DIR="$CONF_DIR"/auth_user_ids
+KEYRING="$CONF_DIR"/keyring.gpg
+KEYSERVER=subkeys.pgp.net
+GNUPGHOME="$CONF_DIR"/gnupg