You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-14Lines changed: 11 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,18 @@
1
-
# Magisk Trust User Certs
1
+
# Always Trust User Certs
2
2
3
3
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.
4
4
5
5
Features:
6
6
7
7
* Support for multiple users
8
-
* Support for Magisk and KernelSU
8
+
* Support for Magisk/KernelSU/KernelSU Next
9
9
* Support for devices with and without mainline/conscrypt updates
10
10
11
-
## Accompanying blogpost
11
+
## Conscrypt certs or not
12
12
13
-
[Intercepting HTTPS Traffic from Apps on Android 7+ using Magisk & Burp](https://blog.nviso.be/2017/12/22/intercepting-https-traffic-from-apps-on-android-7-using-magisk-burp/)
13
+
Depending on your Android version and Google Play Security Update version, your certificates will be either stored in `/system/etc/security/cacerts` or in `/apex/com.android.conscrypt/cacerts/`. This module handles all scenarios and should work on any device from Android 7 until Android 16.
0 commit comments