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>
% 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