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.
- Install Magisk
- Zip files
zip -r ConscryptTrustUserCerts.zip ./*
or download the ZIP file from releases - Install in Magisk
- Install client certificates through normal flow
- Restart your device. Certificate copying happens during boot.
- The installed user certificates are now part of the trusted certificates of APEX package
com.android.conscrypt
.
Install the certificate as a user certificate and restart the device.
Remove the certificate from the user store through the settings, and restart the device.
- Initial release