code review request: 7147336: clarification on warning of keytool -printcrl
Weijun Wang
weijun.wang at oracle.com
Tue Feb 21 06:19:43 UTC 2012
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.
More information about the security-dev
mailing list