4

As of Android 7.0 no custom certificate will be used by android apps. App developers need to specifically write codes and change app settings to follow a custom CA.

But this is difficult while testing for certificate pinning in a UAT environment. As a solution I wanted to add the custom CA certificate of my proxy tool (burp or ZAP) to androids system folder.

How to do this? To which folder the certificate needs to be copied? I am using an emulator. So is there a way to do this without rooting the emulator?

Ref: First answer of this question.

Anonymous Platypus
  • 1,392
  • 3
  • 18
  • 33

1 Answers1

1

Magisk claims to do this.

This module makes all installed user certificates part of the system certificate store, so that they will automatically be used when building the trust chain.

Sjoerd
  • 28,707
  • 12
  • 74
  • 102