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.
0 votes

I am trying to create a release keystore with the terminal (CMD).

The code i use on the Terminal is the following:

  keytool -genkey -v -keystore release.keystore -alias yourkeyAlias -keyalg RSA -keysize 2048 -validity 10000

At first it ask me to give the Enter Keystore Password. Ok ,i give a password.

Then it ask me for some informations ( name,country etc...). I give the informations.

At the end it ask me for Enter key password for " yourkeyAlias" . So, what password i have to give here? The same that i gave on Enter Keystore Password ,something different or the letters yourkeyAlias?

Thank you guys.

in Engine by (223 points)

Please log in or register to answer this question.

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.