code review request: 7147336: clarification on warning of keytool -printcrl (original) (raw)
Weijun Wang weijun.wang at oracle.com
Tue Feb 21 06:19:43 UTC 2012
- Previous message (by thread): hg: jdk8/tl/jdk: 7144530: KeyTab.getInstance(String) no longer handles keyTabNames with "file:" prefix
- Next message (by thread): code review request: 7147336: clarification on warning of keytool -printcrl
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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): hg: jdk8/tl/jdk: 7144530: KeyTab.getInstance(String) no longer handles keyTabNames with "file:" prefix
- Next message (by thread): code review request: 7147336: clarification on warning of keytool -printcrl
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]