ebarboni commented on code in PR #9284:
URL: https://github.com/apache/netbeans/pull/9284#discussion_r2954486197
##########
nbbuild/test/unit/src/org/netbeans/nbbuild/MakeNBMTest.java:
##########
@@ -191,13 +207,15 @@ private File generateKeystore(String alias, String
password) throws Exception {
"keystore='" + where + "' \n" +
"storepass='" + password + "' \n" +
"dname='CN=A NetBeans Friend, OU=NetBeans, O=netbeans.org, C=US'
\n" +
+ "keyalg='DSA' \n" +
"/>\n" +
Review Comment:
same keyalgo DSA changes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists