Migration from keystore v1 to v2 # In order to migrate from keystore version 1 to version 2, use acra-keys utility. acra-keys migrate \ --src_keystore=v1 --src_keys_dir ".acrakeys" \ --dst_keystore=v2 --dst_keys_dir ".acrakeys.v2" You need to put the Acra Master Key to the source keystore into SRC_ACRA_MASTER_KEY and the destination Acra Master Key into DST_ACRA_MASTER_KEY. New keystore will be created at .acrakeys.v2. Note: You can use the --dry_run option to test the migration and be sure t...