projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e31c134
)
monkeysphere-server gen-key creates keys with only the auth flag set.
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Thu, 19 Jun 2008 05:31:26 +0000
(
01:31
-0400)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Thu, 19 Jun 2008 05:31:26 +0000
(
01:31
-0400)
src/monkeysphere-server
patch
|
blob
|
history
diff --git
a/src/monkeysphere-server
b/src/monkeysphere-server
index 560d249867d780183f9b070ed341c099bf948963..06c9c7f313a44001f19b5b696b7f245308323ecc 100755
(executable)
--- a/
src/monkeysphere-server
+++ b/
src/monkeysphere-server
@@
-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