Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xcervillancc authored Nov 8, 2023
1 parent faadc1e commit 16052ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Magisk Android 14 Trust User Certs
# Magisk - Conscrypt Trust User Certs

This module makes all installed user certificates part of the APEX module com.android.conscrypt certificate store in Android 14, 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.

### Installation
1. Install Magisk
2. Zip files `zip -r Android14TrustUserCerts.zip ./*`
2. Zip files `zip -r ConscryptTrustUserCerts.zip ./*` or download the ZIP file from releases
3. Install in Magisk
4. Install client certificates through [normal flow](https://support.portswigger.net/customer/portal/articles/1841102-installing-burp-s-ca-certificate-in-an-android-device)
5. Restart your device. Certificate copying happens during boot.
Expand All @@ -19,4 +19,4 @@ Remove the certificate from the user store through the settings, and restart the
### Changelog

#### v0.1
* Initial release
* Initial release

0 comments on commit 16052ab

Please sign in to comment.