Date
May. 19th, 2024
 
2024年 4月 12日

Post: Android: 在 Mac 中生成 keystore

Android: 在 Mac 中生成 keystore

Published 12:10 Oct 26, 2015.

Created by @ezra. Categorized in #Programming, and tagged as #Android.

Source format: Markdown

Table of Content

在 Mac 中生成 keystore 其实也很简单, 虽然 Android Studio 中有这个功能, 但不少小伙伴还在用 eclipse 呢。

打开终端进入 Java 安装路径

cd /Library/Java/Home/bin/

生成到指定路径

keytool -genkey -v -keystore android.keystore -alias android -keyalg RSA -validity 20000 -keystore 指定路径/文件名.keystore

例如, 生成到我的桌面, ~/Desktop/demo.keystore:

keytool -genkey -v -keystore android.keystore -alias android -keyalg RSA -validity 20000 -keystore /Users/Meniny/Desktop/demo.keystore

按照提示输入

$ cd /Library/Java/Home/bin/
$ keytool -genkey -v -keystore android.keystore -alias android -keyalg RSA -validity 20000 -keystore /Users/Meniny/Desktop/demo.keystore
Enter keystore password:
Re-enter new password:
What is your first and last name?
  [Unknown]:  Ezra
What is the name of your organizational unit?
  [Unknown]:  meniny.cn
What is the name of your organization?
  [Unknown]:  Meniny Inc
What is the name of your City or Locality?
  [Unknown]:  Beijing
What is the name of your State or Province?
  [Unknown]:  Beijing
What is the two-letter country code for this unit?
  [Unknown]:  86
Is CN=Ezra, OU=meniny.cn, O=Meniny Inc, L=Beijing, ST=Beijing, C=86 correct?
  [no]:  y

Generating 1,024 bit RSA key pair and self-signed certificate (SHA1withRSA) with a validity of 20,000 days
    for: CN=Ezra, OU=meniny.cn, O=Meniny Inc, L=Beijing, ST=Beijing, C=86
Enter key password for <android>
    (RETURN if same as keystore password):
[Storing /Users/Meniny/Desktop/demo.keystore]

至此,我们的 keystore 文件已经生成。

Pinned Message
HOTODOGO
I'm looking for a SOFTWARE PROJECT DIRECTOR / SOFTWARE R&D DIRECTOR position in a fresh and dynamic company. I would like to gain the right experience and extend my skills while working in great teams and big projects.
Feel free to contact me.
For more information, please view online résumé or download PDF
本人正在寻求任职 软件项目经理 / 软件技术经理 岗位的机会, 希望加⼊某个新鲜⽽充满活⼒的公司。
如有意向请随时 与我联系
更多信息请 查阅在线简历下载 PDF