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.
在哪里可以找到用于生成 mac 代码签名证书的私钥?
我在钥匙串中查看过,但找不到。
好的很简单,现在我找到了解决方案。为了查看签名时使用的私钥,您需要以 root 身份打开钥匙串。
sudo /Applications/Utilities/Keychain\ Access.app/Contents/MacOS/Keychain\ Access
打开时查看登录链 > 密钥。您的证书的私钥和公钥将在此处找到。然后,您可以右键单击将这些导出。