我在原始文件夹中的Android Studio移动应用程序中使用了两种类型的授权证书(商业ca)。 第一个:.crt(用于请求加密) 第二个:.bks(通过SSL固定请求服务器)
我的.crt文件到期时间仅为2年。我想要续订我的证书 将我的应用更新到Playstore。我已经评论了许多链接。他们说,生成新证书并在更新的应用程序中使用它,并仅在playstore选项中更新应用程序。
注意:请提示,如果有任何其他方式,如果没有更新Play商店中的应用,我想在移动应用程序中及时更新我的ca.
谢谢你提前
我已经在下面关于我的ssl证书续订的链接进行了评审
https://stackoverflow.com/questions/15788714/when-an-ssl-cert-is-renewed-does-an-android-bks-also-need-to-be-updated
https://stackoverflow.com/questions/24197201/how-do-i-update-the-ssl-cert-in-my-android-apps
https://stackoverflow.com/questions/33706984/android-how-to-store-certificate-in-keystore-programmatically
http://blog.antoine.li/2010/10/22/android-trusting-ssl-certificates/
http://helpdesk.objects.com.au/java/how-do-i-programatically-extract-a-certificate-from-a-site-and-add-it-to-my-keystore
https://stackoverflow.com/questions/2012497/accepting-a-certificate-for-https-on-android
https://stackoverflow.com/questions/40935588/android-update-ssl-certificate
答案 0 :(得分:2)
不,我担心那里。
生成新证书时,文件会刷新,因此必须完成应用程序。
这必须让你重新思考为什么你的"架构"这样做是因为证书应该存储在服务器中,并且每隔一定时间都会对自己的备份和续订进行编程。