Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for managed certificates #1202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 31, 2024

  1. Add support for managed certificates

    Currently for Android we have two certificate prefixes, "system:" and "user:".
    System certificates are baked into the build and cannot be changed after the
    fact. User certificates can be installed after the fact, but they only get used
    for that user. For a device owner that wants to control certificates across the
    entire device this is problematic.
    
    Introduce a new "managed" store that can be used across all users. Certificates
    that get installed via the DevicePolicyManager APIs should be placed here.
    ZVNexus committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    aed0c9f View commit details
    Browse the repository at this point in the history