[feature] There is a Magisk module for install custom CA certificate to the system store support Android 14
There is a Magisk module for install custom CA certificate to the system store.
Is there any willingness to add it to the Reqable Android APP documentation to help more users install a system certificate?
Sorry, there's nothing we can do as we don't have any experience with magisk.
There are many users using Android 14 devices have encountered the problem of being unable to install system certificates or unable to access the network through VPN mode in issues.
And you can just put the repo url into the document, and there is no need to do any development based on magisk.
This is the only secure, user-controlled way to add system certificates in Android 14.
@WindSpiritSR Sorry, I misunderstood you. Regarding the CustomCACert you provided, can you write a brief operation step? I will put it on the website documentation. Of course, I can give you a Reqable license as a gift.
EN
git clone https://github.com/WindSpiritSR/CustomCACert.gitor directly download the repository's ZIP file.- Place the certificate generated by Reqable for Android devices (named as
hash.0), into thesystem/etc/security/cacertsdirectory. - Compress all files within the
CustomCACertdirectory into a ZIP file. Please ensure select all files directly, not theCustomCACertfolder itself. - Proceed to install the packaged ZIP file using Magisk.
ZHCN
git clone https://github.com/WindSpiritSR/CustomCACert.git或直接下载仓库 zip- 将 Reqable 生成的用于 Android 设备的证书(以
hash.0命名)放进system/etc/security/cacerts目录 - 将
CustomCACert目录中的所有文件打包,注意,请直接打包所有文件而不是打包CustomCACert目录 - 使用 Magisk 安装打包好的 zip
@WindSpiritSR 感谢,我有空整理下。麻烦联系下 [email protected] ,送您个许可证礼品卡。
好的,非常感谢,很高兴能为正在使用的产品做出一些微不足道的贡献
后续有任何相关问题也可以通过issue或邮件等方式联系我,我很愿意提供相关技术的支持:)
原来这样就可以获得礼品卡,哈哈,即使我已经订阅支付了个人版。虽然Move Certificates早就停更,并且在某些环境或者系统下不再起作用。不知道你说的这个模块是否好用。
自定义证书只要设备有root权限可以直接自己装的,用adb shell。
厉害厉害,真的可行
感谢支持,模块已内置到Reqble Android App中。