makeThe following scripts will update /etc/hosts and setup a reverse proxy.
./install.sh
./reverse.shUse nopasswd as the password when prompted.
make
adb push /certs/root.pfx /sdcard/DownloadsInstall certs/root.pfx on device via UI by going to Settings > Security
under the Credential Storage section click Install from Storage and
navigate to the Downloads folder. Use nopasswd to install the CA.
Finally test1.example.com may pe installed in NGINX.
install restoreadb shell /data/local/tmp/busybox wget -c -P /data/local/tmp -S https://test1.test.local:8443Installing the certificate from the gui will likely install the certificate in
this path: /data/misc/keystore/user_0/*. Where is will be broken up into
CACERT, USRCERT, USRPKEY parts.