monkeysphere-server gen-key creates keys with only the auth flag set.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 19 Jun 2008 05:31:26 +0000 (01:31 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 19 Jun 2008 05:31:26 +0000 (01:31 -0400)
src/monkeysphere-server

index 560d249867d780183f9b070ed341c099bf948963..06c9c7f313a44001f19b5b696b7f245308323ecc 100755 (executable)
@@ -51,7 +51,7 @@ gen_key() {
     # set key defaults
     KEY_TYPE=${KEY_TYPE:-"RSA"}
     KEY_LENGTH=${KEY_LENGTH:-"2048"}
-    KEY_USAGE=${KEY_USAGE:-"auth,encrypt"}
+    KEY_USAGE=${KEY_USAGE:-"auth"}
     cat <<EOF
 Please specify how long the key should be valid.
          0 = key does not expire