List Android Keystore Aliases From A Keystore File

Posted By Weston Ganger

If you forget what your alias name was for your keystore file you can run the following command to read the information from the keystore file. Note you must know the password you used though.

keytool -list -keystore path/to/my/.keystore

Related External Links:

Article Topic:Software Development - Javascript

Date:July 07, 2016