Always Trust User Certs

repository·master·Indexed 25 days ago

https://github.com/nvisosecurity/alwaystrustusercerts

A module that synchronizes user-installed certificates into the Android system certificate store for Android versions 7 through 16. It supports Magisk, KernelSU, and KernelSU Next, enabling user certificates to be used in trust chains without modifying application manifests. It automatically handles certificate storage in /system/etc/security/cacerts or /apex/com.android.conscrypt/cacerts/.

Tokens
293
Snippets
0
Records
3
Agent score
32%

What's inside alwaystrustusercerts

  1. Overview of Always Trust User Certs

    master

    Always Trust User Certs is a module designed to automatically include all installed user certificates in the Android system certificate store. This allows user certificates to be used automatically when building trust chains, eliminating the need to manually add the network_security_config property to an application's manifest.

    Key features include:

    • Support for multiple users.
    • Support for Magisk, KernelSU, and KernelSU Next.
    • Compatibility with devices both with and without mainline/conscrypt updates.
    • Support for Android versions 7 through 16.
    • Automatic handling of certificate storage locations, whether in /system/etc/security/cacerts or /apex/com.android.conscrypt/cacerts/.