KeyStore
To generate a new Keystore
-
Open terminal in a directory where you want to generate key store.
-
Type in the following by replacing the NAMEHERE and ALIASHERE with appropriate name and an alias for your keystore
keytool -genkey -v -keystore NAMEHERE.keystore -alias ALIASHERE -keyalg RSA -sigalg SHA1withRSA -keysize 2048 -validity 10000
-
Type in the password for your keystore when prompted and then answer the questions that follows.
-
Your keystore will be generated in the selected directory. You can move it to any desired location.