Diego Geffner created CB-9706:
---------------------------------

             Summary: Command to configure the keys needed to sign an Android 
app
                 Key: CB-9706
                 URL: https://issues.apache.org/jira/browse/CB-9706
             Project: Apache Cordova
          Issue Type: New Feature
            Reporter: Diego Geffner
            Priority: Minor


It'd be nice to have a feature like:
cordova signatures add android
Which would call: "keytool -genkey -v -keystore example.keystore -alias example 
-keyalg RSA -keysize 2048 -validity 10000" and let you create a key, and then 
automatically create an ant.properties files with the proper configuration so 
you can build release and signed versions of your app:

key.store=example.keystore
key.alias=example



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to