Cert-Validator
-
Build with Maven.
mvn clean install
-
Run the executable jar file.
java -jar <path_to_jar_file>/cert-validator-1.0-SNAPSHOT-jar-with-dependencies.jar
-
Feed the console inputs and observe the logs for the trust chain validation.
-
To enable the debug level logs, pass the property '-Dorg.slf4j.simpleLogger.defaultLogLevel=debug' as follows.
java -Dorg.slf4j.simpleLogger.defaultLogLevel=debug -jar <path_to_jar_file>/cert-validator-1.0-SNAPSHOT-jar-with-dependencies.jar
Multipart-Backend
-
Build with Maven.
mvn clean install
-
Run the executable jar file.
_java -jar <path_to_jar_file>/multipart-backend-1.0-SNAPSHOT.jar
-
The server port is 8085, and it is not configurable.
-
JDK 17