Skip to content

Commit 5c0717c

Browse files
author
Jeroen Beckers
committed
Update README
1 parent 5f19137 commit 5c0717c

1 file changed

Lines changed: 31 additions & 10 deletions

File tree

README.md

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,56 @@
11
# Magisk Trust User Certs
2+
23
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.
34

5+
Features:
6+
7+
* Support for multiple users
8+
* Support for Magisk and KernelSU
9+
* Support for devices with and without mainline/conscrypt updates
10+
411
## Accompanying blogpost
12+
513
[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/)
614

7-
### Installation
8-
1. Install [Magisk](https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445)
15+
## Installation
16+
17+
1. Install [Magisk](https://github.com/topjohnwu/Magisk)
918
2. Zip files `zip -r AlwaysTrustUserCerts.zip ./*` or download zip from releases
10-
3. Install in Magisk
19+
3. Install in Magisk / KernelSU
1120
4. Install client certificates through [normal flow](https://support.portswigger.net/customer/portal/articles/1841102-installing-burp-s-ca-certificate-in-an-android-device)
12-
5. Restart your device. Certificate copying happens during boot.
21+
5. Restart your device. Certificate are copied during boot.
1322
6. The installed user certificates can now be found in the system store.
1423

1524
### Adding certificates
25+
1626
Install the certificate as a user certificate and restart the device.
1727

1828
### Removing certificates
19-
Remove the certificate from the user store through the settings, and restart the device.
2029

21-
### Changelog
30+
Remove the certificate from the user store through the settings and restart the device.
31+
32+
## Changelog
33+
34+
### v1.0
35+
36+
* Add support for mainline/conscrypt certificates
37+
* Add support for multiple users
38+
* Add support for KernelSU
39+
40+
### v0.4.1
2241

23-
#### v0.4.1
2442
* Supports Android 10
2543
* Updated Module to be compatible with latest Magisk module template (v20.4+)
2644

27-
#### v0.3
45+
### v0.3
46+
2847
* 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.
2948

30-
#### v0.2
49+
### v0.2
50+
3151
* Fixed directory creation bug
3252
* Updated Module to be compatible with latest Magisk module template (v15+)
3353

34-
#### v0.1
54+
### v0.1
55+
3556
* Initial release

0 commit comments

Comments
 (0)