xcode 如何在钥匙串中安装 Apple 推送通知服务证书?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/14724154/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to Installing Apple push Notification service certificate in Keychain?
提问by Atul
"The “System Roots” keychain cannot be modified. To change whether a root certificate is trusted, open it in Keychain Access and modify its Trust Settings. New root certificates should be added to the login keychain for the current user, or to the System keychain if they are to be shared by all users of this machine."
“无法修改“系统根”钥匙串。要更改根证书是否受信任,请在钥匙串访问中打开它并修改其信任设置。应将新的根证书添加到当前用户的登录钥匙串中,或添加到系统中钥匙串,如果它们要由这台机器的所有用户共享。”
It is showing above warning when I am trying to install the certificate.
当我尝试安装证书时,它显示在警告上方。
How to solve this issue? Need urgent response.
如何解决这个问题?需要紧急响应。
回答by anticyclope
As far as I remember, you should install certificate to login
keychain.
据我所知,您应该将证书安装到login
钥匙串。