生成 X.509 证书
我是 Google API 的新手,我正在尝试将用户 Google 联系人导入到我的网络应用程序中。在这之间,有一个错误:
消费者没有证书: www.spats.in
看起来我的服务器需要一个名为 X.509 证书的东西。有什么想法可以从哪里得到它吗?
I am new to Google API and I an trying to import a users Google contacts to my web-application. In between, there is an error which says :
Consumer does not have a cert:
www.spats.in
It looks like I need something called a X.509 certificate for my server. Any ideas where to get it from?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧……我自己想出来了。我使用 cPanel 生成 .crt 证书。我只是通过反复试验才做到的,现在它可以工作了。
Okkay....I figured it out myself. I used the cPanel to generate a .crt certificate. I just did it by trial and error and it works now.