我正在尝试在我的应用程序中进行推送通知并点击此链接 http://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12
我的系统已成功连接到 telnet,但是当我输入连接 ssl 证书和私钥的查询时,发现错误
$ openssl s_client -connect gateway.sandbox.push.apple.com:2195 -cert apns-dev-cert.pem -key apns-dev-key.pem
unable to load client certificate private key file
1301:error:0906D06C:PEM routines:PEM_read_bio:no start line:/SourceCache/OpenSSL098/OpenSSL098-44/src/crypto/pem/pem_lib.c:648:Expecting: ANY PRIVATE KEY
任何人都可以告诉我什么类型的错误以及它的解决方案是什么?
提前致谢