Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonatan-ivanov/truststore-checker

A simple cli to check your truststore over HTTPS
https://github.com/jonatan-ivanov/truststore-checker

cli example fatjar groovy https java truststore

Last synced: 15 days ago
JSON representation

A simple cli to check your truststore over HTTPS

Awesome Lists containing this project

README

        

# truststore-checker

A simple cli to check your truststore over HTTPS.

## Build and run as a jar

```shell
./gradlew clean assemble
java -jar build/libs/truststore-checker.jar --trustStore $JAVA_HOME/lib/security/cacerts --trustStorePassword changeit --url https://httpbin.org/headers --verbose
```