test/jdk/sun/security/tools/keytool/i18n.html
changeset 59104 046e4024e55a
parent 54521 8de62c4af8c7
--- a/test/jdk/sun/security/tools/keytool/i18n.html	Thu Nov 14 16:34:24 2019 -0800
+++ b/test/jdk/sun/security/tools/keytool/i18n.html	Fri Nov 15 09:06:58 2019 +0800
@@ -9,7 +9,7 @@
         If you are on a Windows platform, delete the .keystore file in
         your home directory.
 <li>	keytool -help
-<li>	keytool -genkey -v -keysize 512
+<li>	keytool -genkey -keyalg DSA -v -keysize 512
 	Enter "a" for the keystore password.  Check error (password too short).
 	Enter "password" for the keystore password.
         Re-enter "password" to confirm.
@@ -21,10 +21,10 @@
 <li>	keytool -list -v
 	Type "a" for the keystore password.
 	Check error (wrong keystore password).
-<li>	keytool -genkey -v -keysize 512
+<li>	keytool -genkey -keyalg DSA -v -keysize 512
 	Enter "password" as the password.
 	Check error (alias 'mykey' already exists).
-<li>	keytool -genkey -v -keysize 512 -alias mykey2 -storepass password
+<li>	keytool -genkey -keyalg DSA -v -keysize 512 -alias mykey2 -storepass password
 	Hit 'return' for "first and last name", "organizational unit",
 	"organization", "City", "State", and "Country Code".
 	Type "yes" when they ask you if everything is correct.