I'm trying to generate a certificate for an Android app with the following command:
keytool -genkey -v -keystore my_key.keystore
-alias my_alias -keyalg RSA -keysize 2048 -validity 10000
When I finish the last question, the
"Its correct [no]: "
message apperars. If I write YES, keytool ignores my answer and starts from the beginning again.
I'm on Windows 7 and jdk1.7.0_79.
See this image
Any idea about it?
It would appear that you are using a locale other than en_us
, perhaps es_XX
?
As such, keytool is most likely looking for "yes" in your locale ("si" in this case).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With