This module injects all user certificates into system certificates.
This module should work on Android 8.0+. Tested on Android 14.
This module's main code logic comes from HTTP Toolkit
- Install Magisk
- Download latest release
- Install module through Magisk Manager
- (Optional) create a file named /data/adb/trustusercerts/no_user_cert and put certificates into /data/adb/trustusercerts/certificates (You need to follow Android's system certificate naming rules, ref - This step will make module using certificates from this folder instead of user certificates
Depending on have you done step 4 in installation, you need to install the certificate as a user certificate or put the certificate into /data/adb/trustusercerts/certificates
Then, you need to reboot your phone
Depending on have you done step 4 in installation, you need to remove the certificate as a user certificate or remove the certificate from /data/adb/trustusercerts/certificates
Then, you need to reboot your phone.
- Try to fix with monitor_user_certificate_folder, phone will reboot when add/remove certificate