将 Xcode 证书移至 iPhone Dev 的新系统
在 Apple 的配置门户“如何”中的证书下,有一个名为“保存私钥并传输到其他系统”的部分。现在这就是我正在做的事情(我已经用新的硬盘重建了我的机器,因此可以访问我以前的操作系统版本),我希望备份我的私钥,以便我可以将其安装在我的新操作系统版本上并启动再次共同设计 iPhone 应用程序。
问题是,在如何中,它说备份“与其配对的<名字> <姓氏> 公共证书”。 (虽然图片是私钥):
所以当我检查我的钥匙串时,我发现了 9 个私钥和 9 个公钥,上面写着我的名字,那么我怎么知道我在寻找什么?
我在第一个私钥中发现,它具有以下访问控制:
但是当导入这个时,我收到一条消息说它无法导入:(
所以说真的,我只想知道是哪一个我需要导入 - 我想我可以尝试尝试和错误,但想知道这两种方式。
In Apple's Provisioning Portal "How To" under Certificates, there is a section called "Saving your Private Key and Transferring to other Systems". Now this is what I'm doing (I have rebuilt my machine with a new HDD and therefore have access to my previous OS build) and I'm looking to backup my private key so I can install it on my new OS build and start codesigning iPhone Applications again.
The problem is, in the how to, it says to backup the "<First Name> <Last Name> public certificate that is paired with it." (although the image is a private key):
And so when I checked my KeyChain, I've found 9 Private keys and 9 Public keys with my name on, so how do I know what I'm looking for?
I found in the first private key, it has this access control:
But when importing this I get a message saying it cannot import :(
So really, I just want to know which one I need to import - I guess I can try trial and error with them but would like to know either way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
单击该键左侧的小三角形,子项带有“iPhone Developer:”First Name”“Last Name”的三角形就是您想要的。
顺便说一句,它是 Xcode,而不是 xCode :-)。
You click on the small triangle at the left of the key and the one that has "iPhone Developer:"First Name" "Last Name" as a child is the one you want.
BTW, it's Xcode, not xCode :-).