You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Diego Geffner (JIRA)" <ji...@apache.org> on 2015/09/25 19:45:04 UTC

[jira] [Created] (CB-9706) Command to configure the keys needed to sign an Android app

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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org