jlucaspains / blog-v2

lpains.net blog
https://lpains.net
1 stars 0 forks source link

posts/2018-07-7-install-root-ca-in-android/ #2

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Install Root CA cert in Android emulator | Pains.net

You if you need to access intranet TLS applications from an Android emulator, you will need to install your CA certs. This is how you can do it.

https://lpains.net/posts/2018-07-7-install-root-ca-in-android/

johnmbaughman commented 2 years ago

Dude... Don't leave us hanging...

WHAT'S THE adb COMMAND!!!

jlucaspains commented 2 years ago

adb push sourceFile destinationLocation

Example: adb push ca.cer /storage/emulated/0/Download

See this SO answer for targets: https://stackoverflow.com/a/67134954/1462485