create_keystore
Create a new keystore with a key pair for signing APK files by providing path, passwords, and certificate details.
Instructions
Create a new keystore for APK signing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keystorePath | Yes | Path where to create the keystore | |
| keystorePassword | Yes | Password for the keystore | |
| keyAlias | Yes | Alias for the key | |
| keyPassword | Yes | Password for the key | |
| commonName | No | Common name for the certificate | APK Signer |
| organization | No | Organization name | Your Organization |