Chapter 6, Example#1 Scripts
----------------------------
Compile source files:

 > comp

Create keystore and trust store with self-signed certs: 

 > sslsetup ss-certs

Create keystore and trust store with CA signed certs: 
(Note: You must have jstk.jar in either %JSTK_HOME%\build or %JSTK_HOME%\lib

 > sslsetup cs-certs 
 
Running Programs as described in section "Running Programs EchoServer and EchoClient" (page: 169)
-------------------------------------------------------------------------------------------------
All scenarios require at least two command windows.

Scenario #1 (server authentication with self-signed cert )
-----------
Window#1:
 > %jstk_home%\bin\sslsetup ss-certs
 > runs1
Window#2:
 > runc1
 
Scenario #2 (mutual authentication with self-signed certs )
-----------
Window#1:
 > %jstk_home%\bin\sslsetup ss-certs
 > runs2
Window#2:
 > runc2
 
Scenario #3 (server authentication with CA signed cert )
-----------
Window#1:
 > %jstk_home%\bin\sslsetup cs-certs
 > runs1
Window#2:
 > runc1
 
Scenario #4 (mutual authentication with CA signed certs )
-----------
Window#1:
 > %jstk_home%\bin\sslsetup cs-certs
 > runs2
Window#2:
 > runc2
