From e9ceb78e39cb80984a16090c6fb78a2b7c6584fc Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 20 Aug 2015 14:54:37 -0400 Subject: [PATCH] Added keystore generation to Windows readme Signed-off-by: Bill Erickson --- README.win | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.win b/README.win index ba18f04..1fd8027 100644 --- a/README.win +++ b/README.win @@ -32,6 +32,13 @@ Then go to http://mvnrepository.com/artifact/org.eclipse.jetty/jetty-util-ajax Download the latest 9.2.x .jar file into the "lib" directory. +Create a dummy SSL certificate for Jetty. +For step 2, modify the JDK path to match your version/location. +The password used when creating the certicate will have to be added +to hatch.xml, unless you use "password". +1. cd jetty\etc +2. C:\"Program Files"\Java\jdk1.8.0_60\bin\keytool.exe -keystore keystore -alias jetty -genkey -keyalg RSA + Edit the run-win.bat file, and, if needed, change the JAVA_HOME variable to the location where you installed the Java Development Kit. In my case, I changed the line: SET JAVA_HOME="C:\Program Files\Java\jdk1.8.0_20" -- 2.11.0