需要获得安装在设备上的所有用户CA证书的列表。我们可以通过运行
adb shell cat /system/etc/security/cacerts/* | grep Issuer:
是否也有类似的方法获得用户证书。如果不可能,我们可以打开显示设备中安装CA证书的活动吗?
发布于 2016-02-01 11:17:16
设置->安全->可信凭据。转到“user”选项卡,查看用户安装的CA。
https://stackoverflow.com/questions/35128517
相似问题