From 3e93aefc3c875cd791708d46ba939dcb824be1de Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 20 Aug 2015 14:23:38 -0400 Subject: [PATCH] Added keystore generation to (linux) README 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 --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 3add0a0..7c06daa 100644 --- 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 -- 2.11.0