How can I verify an X509 certificate (or DER-formatted) in the Java certificate store through the command line?
I have studied the use of the keytool utility, but it looks like it only handles import / export / display functions (without checking).
EDIT: It looks like keytool can be used for verification, but only when trying to import. I believe that the best way to ask this question is whether there is a more passive approach (as in the case: without changing the keystore). Thanks!
java certificate keystore verification keytool
Brian
source share