Adding the Certificate Authority Certificate to an Android Device

Add the CA certificate to an Android device's trusted certificate store.

There are several ways to install a der encoded CA cert to an Android device.

  1. If you have a device running Android 4.0(ICS) and above, you can install a .cer file to the system's trusted certificates:
    1. Copy the .cer file to the device's SD card. Typically, you can email it to yourself and store it in the downloads folder.
    2. Set your device's lock screen to use a PIN(required to access the trusted certificate store).
    3. On the SD card, go to Settings > Security > Install.
    4. Name and extract the certificate when prompted.
  2. You can brand an Agentry Android client with a .cer file by placing the certificate named Agentry.cer in the AgentryAndroidClientSolution\Assets directory during the normal branding procedure.