Closed claui closed 1 year ago
There seems to be some, merge conflict, can you clear them up ? Also this looks like a nice feature addition to the script !
There seems to be some, merge conflict, can you clear them up ?
Sure! Rebased.
Thanks for your work ! :)
Rationale
For analysis and reverse engineering, it can be helpful to insert a custom CA certificate into Waydroid’s system-wide trust store. Users used to be able to do that via Android’s settings but not anymore.
Feature
The
install mitm
command accepts a path to a file that contains a – typically self-signed – CA certificate in PEM format.It then renames and copies the file into the overlay file system, placing it into Waydroid’s trust store.
Example
As a usage example, the following command lines enable your host to use mitmproxy to act as a proxy and to intercept HTTP(S) connections that come from the Waydroid container: