Created
March 25, 2025 23:08
-
-
Save dlabey/03dcaaee923bdeae0a5edd9af835e3da to your computer and use it in GitHub Desktop.
Check JRE Trust Store for a specific cert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
/usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/security keytool -keystore cacerts -storepass changeit -list | grep digicert |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment