Skip to content

Instantly share code, notes, and snippets.

@dlabey
Created March 25, 2025 23:08
Show Gist options
  • Save dlabey/03dcaaee923bdeae0a5edd9af835e3da to your computer and use it in GitHub Desktop.
Save dlabey/03dcaaee923bdeae0a5edd9af835e3da to your computer and use it in GitHub Desktop.
Check JRE Trust Store for a specific cert
#!/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