Added keystore generation to (linux) README
authorBill Erickson <berickxx@gmail.com>
Thu, 20 Aug 2015 18:23:38 +0000 (14:23 -0400)
committerJeff Godin <jgodin@tadl.org>
Fri, 3 Jun 2016 20:38:51 +0000 (16:38 -0400)
Jetty 9.3 does not provide a sample certificate, so we have to create
one.  Will modify Windows readme soon.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
README

diff --git a/README b/README
index 3add0a0..7c06daa 100644 (file)
--- a/README
+++ b/README
@@ -17,6 +17,12 @@ Install Hatch on your desktop -- Linux edition:
 % wget -O lib/jetty-util-ajax-9.2.5.v20141112.jar \
     'http://central.maven.org/maven2/org/eclipse/jetty/jetty-util-ajax/9.2.5.v20141112/jetty-util-ajax-9.2.5.v20141112.jar'
 
+# create an SSL certificat for jetty
+# if you use a password other than "password", modify references to 
+# "password" in hath.xml (in the top directory).
+% cd jetty/etc/
+% ../../jdk1.8/bin/keytool -keystore keystore -alias jetty -genkey -keyalg RSA
+
 # compile
 % ./run.sh