In order to build gradle project, Go to Java
project root directory location (samples) and execute
the following shell command,
./gradlew :ch06:mutual-tls-channel:java:server:build
In order to run, Go to Java
project root directory location (mutual-tls-channel/java/server) and execute the following
shell command,
java -jar build/libs/server.jar
In order to build gradle project, Go to Java
project root directory location (inside samples directory) and execute
the following shell command,
./gradlew :ch06:mutual-tls-channel:java:client:build
In order to run, Go to Java
project root directory location (mutual-tls-channel/java/client) and execute the following
shell command,
java -jar build/libs/client.jar
- Generate Using OpenSSL