Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
分发证书实际上是从 Apple 的开发门户下载的。有没有办法为分发证书生成私钥?或者私钥必须由创建分发证书的计算机生成?
如果您想对您的应用程序进行代码签名以进行分发,您将需要该私钥。
您可以创建一个新的私钥/公钥和分发证书(您的客户可能不满意,因为这会使他的所有证书无效),或者您需要让他向您发送该私钥以便您可以执行您的代码-签署和建设分配。