MagiskTrustUserCerts
MagiskTrustUserCerts copied to clipboard
A Magisk/KernelSU module that automatically adds user certificates to the system root CA store
``` ---Magisk Logs--- 26.3 (26300) 03-06 03:18:26.943 119 119 I : Magisk 26.3(26300) daemon started 03-06 03:18:26.944 119 119 I : * Device API level: 33 03-06 03:18:26.954 119 121...
Add this line to head of post-fs-data.sh to support Android 14. ```bash mount -o bind /system/etc/security/cacerts /apex/com.android.conscrypt/cacerts ``` Source: https://archive.today/2023.10.11-115149/https://weibo.com/3322982490/Ni21tFiR9
nao funciona android 13 binario 6, o certificado é movido para pasta certs, mas não é instalado
I am trying to install PortSwigger burpsuit certificate on my pixel3, after reboot I don't see the certificate copied to system certificates even though the module is installed in magisk...
I installed the certificate, and it was successfully attached to my system credentials. However, my applications don't trust this certificate.
I installed a certificate and it was successfully installed to user credential. It's failed to trust user cert when [ZygiskNext](https://github.com/Dr-TSNG/ZygiskNext) and [LSPosed](https://github.com/JingMatrix/LSPosed) are running. I try to stop those modules,...
After installing the module via Magisk, my phone entered a `boot -> load home screen -> crash -> boot` loop. Removing it stopped the system from crashing.
Dart/Flutter runtime [loads the trust store directly]( https://github.com/dart-lang/sdk/blob/9f2218e4509210576abecc79d7184c94a3ad0e26/runtime/bin/security_context_linux.cc#L48-L58) with BoringSSL from `/system/etc/security/cacerts`: ```c++ // On Android, we don't compile in the trusted root certificates. Instead, // we use the directory...