0

我正在尝试制作用于我的应用程序的推送证书。在开发部分。

我已经完成了服务器中推送通知的代码,但它有一部分说:

$ctx = stream_context_create();
stream_context_set_option($ctx, 'ssl', 'local_cert', 'iOS_pushCertificate\ck.pem');
stream_context_set_option($ctx, 'ssl', 'passphrase', $passphrase);

我需要创建 ck.pem 和密码。我不知道我必须在哪里设置密码或如何创建证书。

4

1 回答 1

1

Ray Wenderlich在他的页面中有一个很好的教程,解释了这一点。

于 2013-10-15T14:39:31.037 回答