Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

mini-tools

Cert-Validator

  1. Build with Maven.

    mvn clean install

  2. Run the executable jar file.

    java -jar <path_to_jar_file>/cert-validator-1.0-SNAPSHOT-jar-with-dependencies.jar

  3. Feed the console inputs and observe the logs for the trust chain validation.

  4. 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

  1. Build with Maven.

    mvn clean install

  2. Run the executable jar file.

    _java -jar <path_to_jar_file>/multipart-backend-1.0-SNAPSHOT.jar

  3. The server port is 8085, and it is not configurable.

  4. JDK 17

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages