是否有办法通过亚行在.crt
下安装CA证书( Security -> Trusted Credential -> User tab
文件)?或者任何其他的“脚本”方式。
发布于 2021-10-19 03:15:26
在我的例子中,我首先需要以可写的方式启动模拟器:
adb start-server
emulator -writable-system -avd Pixel_2_API_24
然后可以安装证书:
adb root
adb remount
adb push c8750f0d.0 /system/etc/security/cacerts
https://docs.mitmproxy.org/stable/howto-install-system-trusted-ca-android
https://stackoverflow.com/questions/44942851
复制相似问题