This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
+1 vote

I opened command prompt. Typed cd. Then typed path: "C:\Program files\Java\jdk1.8.0_111\bin\keytool.exe". Keytool loaded and i could see commands.
Typed: keytool -genkey -alias mydomain -keyalg RSA -keystore KeyStore.jks -keysize 2048 -validity 10000
(and many variations of this) but it alwats displayed:
keytool isnt recognized as an internal or external command, operable program or batch file.
Which commands should i type for generating keystore properly?

in Engine by (330 points)
edited by

1 Answer

+1 vote
Best answer

go to "C:\Program files\Java\jdk1.8.0_111\bin" instead and use this: "keytool -genkey -v -keystore Your_personal_file_title.keystore -alias Your_personal_alias -keyalg RSA -keysize 2048 -validity 10000"

change yourpersonalfiletitle name and yourpersonal_alias (you'll use the alias and password later so write it up somewhere you'll remember)

by (46 points)
edited by

Thanks, tried few more things inspirated by this answer and did it.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.