Added keystore generation to Windows readme
authorBill Erickson <berickxx@gmail.com>
Thu, 20 Aug 2015 18:54:37 +0000 (14:54 -0400)
committerJeff Godin <jgodin@tadl.org>
Fri, 3 Jun 2016 20:38:51 +0000 (16:38 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
README.win

index ba18f04..1fd8027 100644 (file)
@@ -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"