如何删除单个(SSL根)证书?


Answers:


1

老实说,我以前从未删除过证书,但是我添加了自己的证书,看起来好像是相同的过程。

基本上是:

  • 使用Linux(或Linux的虚拟机)
  • 安装bouncycastle(java SSL库)
  • 从设备下载cacerts.bks文件
  • 使用keytool -delete命令从cacerts.bks中删除证书
  • 验证它是否与keytool一起使用
  • 将cacerts.bks文件推回设备

弹力城堡:http : //www.bouncycastle.org/latest_releases.html 有关如何使用键盘工具的详细说明:http : //wiki.cacert.org/ImportRootCert#Android_Phones

在ubuntu中,通过apt下载更容易,因此您可以正确使用PATH。“ apt-cache搜索bouncycastle”应该有所帮助。


0

由于您使用的是2.2版本,因此请为您的设备创建根目录,然后使用CACertMan:

市场链接 源代码

您可以选择一对一删除证书,然后备份配置以供以后使用。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.