将 OpenSSH RSA 公钥/私钥对导入 Apple 的钥匙串访问
如标题所述,我想将密钥对导入到 Keychain Access 中。
我所做的:
- 使用 OpenSSH 获取 RSA 公钥/私钥对
我要做的:
- 将密钥对导入到“钥匙串访问的登录”钥匙串
- 使用 OpenSSL 创建 CSR
- 将 CSR 发送给 Apple 以获得开发者证书
欢迎任何建议。
As stated in the title, I would like to import a key pair into Keychain Access.
What I have done:
- Obtaining an RSA public / private key pair by using OpenSSH
What I am going to do:
- Importing the key pair into the "login" keychain of Keychain Access
- Creating a CSR with OpenSSL
- Send the CSR to Apple for obtaining a developer certificate
Any suggestions are welcomed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自己找到了答案:
打开
Terminal.app
:Found the answer by myself:
Open
Terminal.app
: