<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">The -genkeypair command mistakenly lists -destalias in its option table. Here is the simple patch:<div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "SF Mono"; background-color: rgb(255, 255, 255);" class=""><b class="">diff --git a/src/java.base/share/classes/sun/security/tools/keytool/Main.java b/src/java.base/share/classes/sun/security/tools/keytool/Main.java</b></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "SF Mono"; color: rgb(255, 110, 103); background-color: rgb(255, 255, 255);" class=""><b class="">--- a/src/java.base/share/classes/sun/security/tools/keytool/Main.java</b></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "SF Mono"; color: rgb(95, 250, 104); background-color: rgb(255, 255, 255);" class=""><b class="">+++ b/src/java.base/share/classes/sun/security/tools/keytool/Main.java</b></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "SF Mono"; color: rgb(202, 48, 199); background-color: rgb(255, 255, 255);" class="">@@ -211,7 +211,7 @@</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "SF Mono"; background-color: rgb(255, 255, 255);" class=""> STORETYPE, PROVIDERNAME, ADDPROVIDER, PROVIDERCLASS,</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "SF Mono"; background-color: rgb(255, 255, 255);" class=""> PROVIDERPATH, V, PROTECTED),</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "SF Mono"; background-color: rgb(255, 255, 255);" class=""> GENKEYPAIR("Generates.a.key.pair",</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "SF Mono"; color: rgb(201, 27, 0); background-color: rgb(255, 255, 255);" class="">- ALIAS, KEYALG, KEYSIZE, CURVENAME, SIGALG, DESTALIAS, DNAME,</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "SF Mono"; color: rgb(0, 194, 0); background-color: rgb(255, 255, 255);" class="">+ ALIAS, KEYALG, KEYSIZE, CURVENAME, SIGALG, DNAME,</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "SF Mono"; background-color: rgb(255, 255, 255);" class=""> STARTDATE, EXT, VALIDITY, KEYPASS, KEYSTORE,</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "SF Mono"; background-color: rgb(255, 255, 255);" class=""> STOREPASS, STORETYPE, PROVIDERNAME, ADDPROVIDER,</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "SF Mono"; background-color: rgb(255, 255, 255);" class=""> PROVIDERCLASS, PROVIDERPATH, V, PROTECTED),</div></div><div class=""><br class=""></div><div class="">Thanks</div><div class="">Max</div></body></html>