需要帮助了解何时需要 SSL 证书
我正在制作一个使用推送通知的应用程序,并且我知道我需要来自开发门户的 SSL 证书 - 这很好。
我陷入困境的地方是弄清楚我的应用程序是否需要多个 SSL 证书,或者这个证书是否可以涵盖所有内容。
基本上,该应用程序使用 Facebook connect 让用户向其 FB 朋友的手机发送消息。为此,我需要将用户 FB ID 和设备 ID 一起存储在服务器上。为此我需要额外的 SSL 证书吗?或者应用程序中用于 APNS 的那个是否足以完成这两项任务?我对基于服务器的事情并不是特别有经验,所以解释得越简单越好。
提前致谢 :-)
I'm making an app which uses push notifications, and I know that I need a SSL certificate from the dev portal for that - which is fine.
Where I'm stuck is working out if I need more than one SSL certificate for the app, or if this one would cover everything.
Basically the app uses Facebook connect to let the user send messages to their FB friends' phones. In order to do this I need to store the users FB ID and device ID together on the server. Would I need an additional SSL certificate for this? Or would the one that is being used in the app for APNS be sufficient for both tasks? I'm not particularly experienced with server based things, so the simpler this can be explained the better.
Thanks in advance :-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不需要,您只需要一个 SSL,但请确保在注册 SSL 域名时应为 *.domainname.com 而不是 domainname.com,包括 * 。它包括您的所有子域
谢谢
No you need only one SSL but make sure when you register your domain for SSL is should be *.domainname.com not domainname.com including * . its include your all sub domains
Thanks