Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SeeFlowerX/5d507537742a3fe21a81874b7b4dde79 to your computer and use it in GitHub Desktop.
Save SeeFlowerX/5d507537742a3fe21a81874b7b4dde79 to your computer and use it in GitHub Desktop.
Android MITM Cert
cp mitm.pem `openssl x509 -inform PEM -subject_hash_old -noout -in mitm.pem`.0
mount -o rw,remount /system
mv abcdef00.0 /system/etc/security/cacerts/
chmod 644 /system/etc/security/cacerts/abcdef00.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment