ios 证书无法生成p12 文件解决,或者无法生成秘钥

在开发的时候要无法生成p12 文件,供推送使用,或者生成的cer证书没有秘钥,就是看不到钥匙串证书左边的那个三角符号,以前都没有这个问题,这次突然出现这样,往上找了好多资料,都没发解救,最后还是伟大的,http://stackoverflow.com/questions/15662377/unable-to-export-apple-production-push-ssl-certificate-in-p12-format网站上找到了解决方案,特此感谢啊,太感谢了,分享精神

In my case, I made the .cer file into “system” option not the “login” option. then I move the .cer file from the “system” to “login” option then press “My Certificates” then export it .p12 is ok..
意思就是,先点击下载的cer文件安装,然后点击系统里面证书拖到登录里面,然后你就看到了带三角符号的证书了,秘钥就有了,

就是这样,再次谢谢,

你可能感兴趣的:(ios证书)