diff -r 4a09d4df104c -r 046e4024e55a test/jdk/sun/security/tools/keytool/i18n.html --- 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.
  • keytool -help -
  • keytool -genkey -v -keysize 512 +
  • 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 @@
  • keytool -list -v Type "a" for the keystore password. Check error (wrong keystore password). -
  • keytool -genkey -v -keysize 512 +
  • keytool -genkey -keyalg DSA -v -keysize 512 Enter "password" as the password. Check error (alias 'mykey' already exists). -
  • keytool -genkey -v -keysize 512 -alias mykey2 -storepass password +
  • 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.