Release keystore

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Nick888

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.