【发布时间】:2014-04-15 19:29:00
【问题描述】:
在创建临时临时配置文件时,它会询问证书签名请求。
它似乎还会创建一组新的公钥/私钥对?我可以使用现有的吗?
以下是给出的说明。我有问题的步骤是“为您的私钥创建一个名称”。我已经有两个密钥对,希望使用现有的。
要手动生成证书,您需要证书签名 从 Mac 请求 (CSR) 文件。要创建 CSR 文件,请按照 下面的说明使用钥匙串访问创建一个。创建企业社会责任 文件。
在 Mac 上的 Applications 文件夹中,打开 Utilities 文件夹,然后 启动钥匙串访问。
在 Keychain Access 下拉菜单中,选择 Keychain Access > 证书助手 > 从证书请求证书 权威。
In the Certificate Information window, enter the following information: In the User Email Address field, enter your email address. In the Common Name field, create a name for your private key (e.g., John Doe Dev Key). The CA Email Address field should be left empty. In the "Request is" group, select the "Saved to disk" option. Click Continue within Keychain Access to complete the CSR generating process.
【问题讨论】:
-
这取决于您已经拥有什么证书。我相信您之前可能已经创建了开发证书。您需要单独的分发配置文件。一旦为每个配置文件设置了一个,您就可以对所有其他配置文件使用相同的配置文件。 .
-
我已经有两个了。一个用于开发,一个用于应用商店。但我以前没有使用过 ad hoc 分发。
标签: ios ios-provisioning