コマンドラインでtitanium androidアプリgoogle play登録リリースビルド(apk keystore)作成

keysotre作成
# -keysotre  : keystore name
# -alias     : keystore alias name
# -storepass : keystore password
# -validity  : valid day
cd hoge
keytool -genkey -keystore hoge.keystore -alias hoge -storepass hogehoge -validity 10000

聞かれる内容

What is your first and last name?
  [Unknown]:  hoge
What is the name of your organizational unit?
  [Unknown]:  development
What is the name of your organization?
  [Unknown]:  hoge.com
What is the name of your City or Locality?
  [Unknown]:  kita-ku
What is the name of your State or Province?
  [Unknown]:  tokyo
What is the two-letter country code for this unit?
  [Unknown]:  jp
Is CN=hoge, OU=development, O=hoge.com, L=kita-ku, ST=tokyo, C=jp correct?
  [no]:  yes

Enter key password for <colorschemesample>
        (RETURN if same as keystore password):