Hint: In command-line run keytool -genkey -keystore keystore.jks -keyalg RSA. When it asks for the keystore's password type weloveclouds. When it asks for 'demographical details', just leave the field empty (press return). When it asks to confirm the details type yes. Finally just press return because we would like to use the same password for <mykey> as we did for the keystore. The keystore.jks file is created in the folder the keytool ran.
forked from #211
Hint: In command-line run
keytool -genkey -keystore keystore.jks -keyalg RSA
. When it asks for the keystore's password typeweloveclouds
. When it asks for 'demographical details', just leave the field empty (press return). When it asks to confirm the details typeyes
. Finally just press return because we would like to use the same password for<mykey>
as we did for the keystore. Thekeystore.jks
file is created in the folder thekeytool
ran.