-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ff476d
commit b976f7e
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# MagiskTrustUserCerts for Android 14 | ||
|
||
This is a modified version of the [MagiskTrustUserCerts](https://github.com/NVISOsecurity/MagiskTrustUserCerts) module, designed to work with **Android 14**. | ||
|
||
The module allows user-installed certificates to be included in the system certificate store, enabling their use with apps that rely on the system trust store. | ||
|
||
## Features | ||
- Compatible with **Android 14**. | ||
- Automatically moves user-installed certificates to the system trust store. | ||
- Ensures compatibility with Magisk framework. | ||
|
||
## Installation | ||
1. Clone or download this repository. | ||
2. Install the module via Magisk: | ||
- Open the Magisk app. | ||
- Go to **Modules**. | ||
- Tap on **Install from Storage**. | ||
- Select the downloaded module zip file. | ||
3. Reboot your device. | ||
|
||
## Credits | ||
- Original module by [NVISO Labs](https://github.com/NVISOsecurity/MagiskTrustUserCerts). | ||
- Modified for Android 14 compatibility by **Abdullah Khawaja**. | ||
|
||
--- | ||
|
||
## Disclaimer | ||
Use this module at your own risk. Modifying system certificates can introduce security risks. Ensure you understand the implications of your actions. |