summaryrefslogtreecommitdiff
path: root/monkeysphere.conf
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-05-23 19:01:50 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-05-23 19:01:50 -0400
commit6b83b50141e37e2926333dc1aa987bfb50317b5b (patch)
treef8a9e1ad0165eb3b1abd72c03156718ca3544fca /monkeysphere.conf
parent60b8c51d6772a1bd8ba9b2416968a74c09000f3b (diff)
major overhaul of rhesus:
- much more sophisticated validity checking of keys/uids - broke out more functions - cleaned-up/simplified code - changed to new variable naming standard
Diffstat (limited to 'monkeysphere.conf')
-rw-r--r--monkeysphere.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/monkeysphere.conf b/monkeysphere.conf
index a54b6bd..cd5e3b2 100644
--- a/monkeysphere.conf
+++ b/monkeysphere.conf
@@ -13,11 +13,3 @@ GNUPGHOME=/etc/monkeysphere/gnupg
# gpg keyserver to search for keys
KEYSERVER=subkeys.pgp.net
-
-# acceptable key capabilities for user keys
-# can be any combination of:
-# e = encrypt
-# s = sign
-# c = certify
-# a = authentication
-REQUIRED_KEY_CAPABILITY='sca'