mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8284194: Allow empty subject fields in keytool
Reviewed-by: jnimeh, hchao
This commit is contained in:
parent
dc9462137c
commit
f4f1dddfef
4 changed files with 125 additions and 37 deletions
|
@ -374,6 +374,8 @@ public class Resources extends java.util.ListResourceBundle {
|
|||
{"Enter.alias.name.", "Enter alias name: "},
|
||||
{".RETURN.if.same.as.for.otherAlias.",
|
||||
"\t(RETURN if same as for <{0}>)"},
|
||||
{"enter.dname.components",
|
||||
"Enter the distinguished name. Provide a single dot (.) to leave a sub-component empty or press ENTER to use the default value in braces."},
|
||||
{"What.is.your.first.and.last.name.",
|
||||
"What is your first and last name?"},
|
||||
{"What.is.the.name.of.your.organizational.unit.",
|
||||
|
@ -386,6 +388,8 @@ public class Resources extends java.util.ListResourceBundle {
|
|||
"What is the name of your State or Province?"},
|
||||
{"What.is.the.two.letter.country.code.for.this.unit.",
|
||||
"What is the two-letter country code for this unit?"},
|
||||
{"no.field.in.dname",
|
||||
"At least one field must be provided. Enter again."},
|
||||
{"Is.name.correct.", "Is {0} correct?"},
|
||||
{"no", "no"},
|
||||
{"yes", "yes"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue