安卓ssl证书
例如,假设我的应用程序需要使用 Nexus One(或其他 Android 设备)不支持的服务器证书来访问我的 Web 服务器。
是否可以将客户端证书“嵌入”到应用程序中?这与使用客户端证书签署应用程序相同吗?
谢谢
Assuming, my application need to access my web server using server certificate that is not supported by Nexus One (or other android devices), for example.
is it possible to 'embedded' the client certificate in the application? is this the same as signing the app with the client certificate?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,可以将服务器证书嵌入到应用程序中。
请参阅我的博客文章。我发布了详细说明如何通过创建自己的密钥库来实现此目的。
Yes, it is possible to embed the server certificate in the application.
Look at my blog article. I posted a detailed description how you can achieve this with creating your own keystore.