我应该将 .pem 文件放在哪里才能让 ApnsPHP 工作?
我有两个文件 entrust_root_certification_authority.pem
和 server_certificates_bundle_sandbox.pem
,但我不确定应该将它们放在哪里。我收到此错误:
Fatal error: Uncaught exception 'ApnsPHP_Exception' with message 'Unable to read certificate file 'server_cerificates_bundle_sandbox.pem''
I have my two files entrust_root_certification_authority.pem
and server_certificates_bundle_sandbox.pem
, but I'm not sure where I should put them. I get this error :
Fatal error: Uncaught exception 'ApnsPHP_Exception' with message 'Unable to read certificate file 'server_cerificates_bundle_sandbox.pem''
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此示例包含错误,sample_push.php 中的文件名错误为“server_certificates_bundle_sandbox.pem”,正确的名称为“server_certificates_bundle_sandbox.pem”。仅用于测试,您可以将 pem 文件放在 apns 站点的根目录中。我有同样的问题,但现在它工作正常。
祝你好运。
This example contains an error, the name of file in sample_push.php is wrong 'server_cerificates_bundle_sandbox.pem', correct name is 'server_certificates_bundle_sandbox.pem'. Only for tests, you can put pem files in root directory of your apns site. I had the same problem, but now it works fine.
Good luck.