我在原始文件夹中的 Android Studio 移动应用程序中使用了两种类型的授权证书(商业证书)。第一个:.crt(用于请求加密)第二个:.bks(使用 SSL Pinning 向服务器请求)
我的 .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