I am issuing the following command in a terminal on macosx :
keytool -gencert -alias controllastcom -keystore jettykeystore.p12 -dname 'CN=controllast.com,OU=operations,O=controllast,L=Castanheira,S=Lisboa,C=Portugal' -keyalg RSA
It asks for the keystore password, I enter it, and then it stays there. I haven't waited much, but I think it hangs.
Saw some posts on StackOverflow that say switch the JVM.
I was on graalvm-ce-17.0.9 and I also tried on openjdk-24.0.1
Both behave the same way.
Has anyone come across something like this ?