Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daudmalik06/1f0f08cbe8ef89cce9c75ecb70f9651b to your computer and use it in GitHub Desktop.
Save daudmalik06/1f0f08cbe8ef89cce9c75ecb70f9651b to your computer and use it in GitHub Desktop.
Add your Burp certificate on an Android device
To do so:
1. Export your Burp Certificate
Proxy > Options > CA Certificate > Export in DER format
2. Convert it to PEM
openssl x509 -inform der -in cacert.der -out burp.pem
3. Download it on the device
4. Use Certificate Installer to install the certificate
The Android app can be found [here](https://play.google.com/store/apps/details?id=it.nicola_amatucci.android.certificate_installer)
5. Enjoy :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment