Looks fine to me. Xuelei
On 2/21/2012 2:19 PM, Weijun Wang wrote:
Please review this code change: http://cr.openjdk.java.net/~weijun/7147336/webrev.00/ No regression test, trivial fix. Thanks Max -------- Original Message -------- *Change Request ID*: 7147336 *Synopsis*: clarification on warning of keytool -printcrl === *Description* ============================================================ The keytool -printcrl command tries to verify the input CRL file using a cert in cacerts for the specified keystore (or ~/.keystore is not specified). If no cert can be found that signs the CRL, it would print out WARNING: not verified. Make sure -keystore and -alias are correct. This is not entirely correct, because -alias is not used here.