mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8214024: Remove the default keytool -keyalg value
Reviewed-by: mullan
This commit is contained in:
parent
ddc8f8e757
commit
c0d097eac6
24 changed files with 146 additions and 143 deletions
|
@ -474,7 +474,7 @@ public class Resources extends java.util.ListResourceBundle {
|
|||
{"migrate.keystore.warning", "Migrated \"%1$s\" to %4$s. The %2$s keystore is backed up as \"%3$s\"."},
|
||||
{"backup.keystore.warning", "The original keystore \"%1$s\" is backed up as \"%3$s\"..."},
|
||||
{"importing.keystore.status", "Importing keystore %1$s to %2$s..."},
|
||||
{"keyalg.option.1.missing.warning", "No -keyalg option. The default key algorithm (%s) is a legacy algorithm and is no longer recommended. In a subsequent release of the JDK, the default will be removed and the -keyalg option must be specified."},
|
||||
{"keyalg.option.missing.error", "The -keyalg option must be specified."},
|
||||
|
||||
{"showinfo.no.option", "Missing option for -showinfo. Try \"keytool -showinfo -tls\"."},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue