code review request: 7147336: clarification on warning of keytool -printcrl (original) (raw)
Xuelei Fan Xuelei.Fan at Oracle.COM
Tue Feb 21 06:36:43 UTC 2012
- Previous message (by thread): code review request: 7147336: clarification on warning of keytool -printcrl
- Next message (by thread): hg: jdk8/tl/jdk: 7147336: clarification on warning of keytool -printcrl
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): code review request: 7147336: clarification on warning of keytool -printcrl
- Next message (by thread): hg: jdk8/tl/jdk: 7147336: clarification on warning of keytool -printcrl
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]