13

Is there a android developer page that lists all of the trusted root CAs?

I know I can just pull the file, and list them using keytool - looking for a published web page.

wuntee
  • 12,170
  • 26
  • 77
  • 106

3 Answers3

12

In Jelly bean you can find the trusted CA list by navigating to

Settings -> Security -> Trusted credentials.

Hari
  • 121
  • 1
  • 5
  • 2
    In Oreo 8.1 it's bit more hidden: Settings > System > Security & Location > Encryption & Credentials > Trusted Ceredentials – kibitzerCZ Feb 28 '18 at 11:02
2

I haven't found an official page. However, here is shown how to get the list of trustes certs from an android device: http://www.andreabaccega.com/blog/2010/09/23/android-root-certification-authorities-list/

There are also all certs published which were found on an that particular Android 2.2 Froyo.

OneWorld
  • 17,512
  • 21
  • 86
  • 136
  • // , This doesn't actually answer the question, but I guess Google just hasn't published a list of the Android pre-installed CAs. – Nathan Basanese Jun 20 '17 at 23:47
1

Coming too late to the party, but still... Although it is not an official document, you can find few lists of system trusted certificates taken from Android devices here.

kibitzerCZ
  • 487
  • 8
  • 20