Reputation: 1217
I tried both DER and PEM formats. I tried using the file extensions crt, cer, p12, pem but nothing of them get imported. I went into Settings > Security > Install from SD card and it takes me to the Downloads page. I have the certificates listed but when I click on them, nothing happens.
Updated to add: I ended up going back to 4.3. It works fine in that.
Upvotes: 16
Views: 54050
Reputation: 11688
This question is old, but still persists. Hopefully this will help some other developers who still need to add a certificate to their emulator.
Download the certificate using any of the various methods. I emailed myself the certificate from my computer, turned on the emulator, ran gmail and downloaded the certificate to the emulator through gmail.
Depending on your settings, you may be prompted to accept the certificate as soon as its downloaded. Others may be able to find the certificate file using a files program where simply executing it will install the certificate.
But for those who can't, here's the sure-fire method.
You should get a Toast saying that the CA certificate was installed.
This is for an emulator running Android R. Good luck!
Upvotes: 7
Reputation:
Problem with *.p12 files (pkcs12):
at: Settings -> Security -> Install from SD card the *.p12 files are grayed out. When I download the file via webserver and try to open it, android say me "Can't open" Same with *.pem files. I tried it with 4.4.2 and 4.4.4.
Upvotes: 2
Reputation: 2220
Background: I also had the same problem you described and it seems to be an android emulator 4.4.2 bug which occurs when you don't import the certificate first thing i.e. when you don't follow the exact steps above.
Upvotes: 18
Reputation: 2676
With your limited description, I'll try to help as much as I can.
Ensure your problematic AVD (4.4 I assume) has available storage space. Try best to ensure it is a clean AVD with nothing extra installed.
Place your cert in the root /sdcard/ and install at: Settings -> Security -> Install from SD card
Avoid installation of certs with the same name but different formats.
Upvotes: 2
Reputation: 6770
There is a script available at https://github.com/mitmproxy/mitmproxy/issues/204#issuecomment-32837093.
Upvotes: 1