Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jonatan-ivanov/truststore-checker
- Owner: jonatan-ivanov
- Created: 2018-02-20T00:44:04.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T01:22:11.000Z (7 months ago)
- Last Synced: 2025-01-06T14:56:38.648Z (18 days ago)
- Topics: cli, example, fatjar, groovy, https, java, truststore
- Language: Groovy
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```