This module makes all installed user certificates part of the system certificate store, so that they will automatically be used when building the trust chain. This module makes it unnecessary to add the network_security_config property to an application's manifest.
Features:
- Support for multiple users
- Support for Magisk and KernelSU
- Support for devices with and without mainline/conscrypt updates
Intercepting HTTPS Traffic from Apps on Android 7+ using Magisk & Burp
- Install Magisk
- Zip files
zip -r AlwaysTrustUserCerts.zip ./*
or download zip from releases - Install in Magisk / KernelSU
- Install client certificates through normal flow
- Restart your device. Certificate are copied during boot.
- The installed user certificates can now be found in the system store.
Install the certificate as a user certificate and restart the device.
Remove the certificate from the user store through the settings and restart the device.
- Add support for mainline/conscrypt certificates
- Add support for multiple users
- Add support for KernelSU
- Supports Android 10
- Updated Module to be compatible with latest Magisk module template (v20.4+)
- The module now removes all user-installed certificates from the system store before copying them over, so that user certificates that were removed will no longer be kept in the system store.
- Fixed directory creation bug
- Updated Module to be compatible with latest Magisk module template (v15+)
- Initial release