I am trying sign an app using keytool, but I dont have a keystore file.
Do I need to generate this file myself or should I receive it from from code signing authority ? If so what files do I require to generate a keystore file ?
Thanks
The key store is a database for your keys. The process of "signing" an app (e.g. with jarsigner) is roughly the following:
You may create self signed certificate to get a feeling of the process. You may use openssl.