summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Kotes <andreas.kotes@nokia.com>2014-04-10 10:39:49 +0200
committerAndreas Kotes <andreas.kotes@nokia.com>2014-04-10 10:39:49 +0200
commit35feadf586c9492005f71ce2f03d917f7a57a4eb (patch)
treebcfd431d8d98b28435b7d7ba57638742a4ead38b
parent31df56b28fdc4bc25bc42c1e41f0c33502607963 (diff)
use SHA1 instead of MD5 for cert digest
-rwxr-xr-xvchat-keygen2
1 files changed, 1 insertions, 1 deletions
diff --git a/vchat-keygen b/vchat-keygen
index fa92c60..a11a6ae 100755
--- a/vchat-keygen
+++ b/vchat-keygen
@@ -57,7 +57,7 @@ EOT
57 fi 57 fi
58 echo "vchat-keygen: generating Certificate Signing Request $KEYBASE.csr" 58 echo "vchat-keygen: generating Certificate Signing Request $KEYBASE.csr"
59 echo "vchat-keygen: please enter your nickname at the 'Name []:' prompt" 59 echo "vchat-keygen: please enter your nickname at the 'Name []:' prompt"
60 openssl req -new -config $KEYBASE.ca.keyconf -key $KEYBASE.key -out $KEYBASE.csr 60 openssl req -new -sha1 -config $KEYBASE.ca.keyconf -key $KEYBASE.key -out $KEYBASE.csr
61 echo "vchat-keygen: send this ($KEYBASE.csr) Certificate Signing Request to 61 echo "vchat-keygen: send this ($KEYBASE.csr) Certificate Signing Request to
62 vchat@vchat.berlin.ccc.de to get it signed by the vchat-CA. You will 62 vchat@vchat.berlin.ccc.de to get it signed by the vchat-CA. You will
63 receive your signed Certificate shortly." 63 receive your signed Certificate shortly."