mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8244148: keytool -printcert and -printcrl should support the -trustcacerts and -keystore options
Reviewed-by: weijun, jjiang
This commit is contained in:
parent
8d9826e4d1
commit
e3eb38f4d2
12 changed files with 459 additions and 50 deletions
|
@ -429,6 +429,8 @@ public class Resources extends java.util.ListResourceBundle {
|
|||
|
||||
{"warning.not.verified.make.sure.keystore.is.correct",
|
||||
"WARNING: not verified. Make sure -keystore is correct."},
|
||||
{"warning.not.verified.make.sure.keystore.is.correct.or.specify.trustcacerts",
|
||||
"WARNING: not verified. Make sure -keystore is correct or specify -trustcacerts."},
|
||||
|
||||
{"Extensions.", "Extensions: "},
|
||||
{".Empty.value.", "(Empty value)"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue