简体   繁体   中英

How to manage certificates on Android devices using Android Management API

I am developing a solution to manage client certificate deployment on android devices using SCEP. I have a few questions about the Android management API.

On the Android Enterprise site ( https://developers.google.com/android/work/requirements/work-profile ), looks like it supports certificate management (4.8, 4.9, 4.10). However, I am not able to find anything about certificate management on the Android management API site. The only topic that kind of relates to certificate management is on the Network configurations page https://developers.google.com/android/management/configure-networks .

Here are my questions:

1: Where can I find more information about certificate management using the Android Management API?

2: I know Intune can push SCEP policy to Android devices. Can you provide guidance on how to create a SCEP certificate policy? Or a PKS12 certificate policy?

3: If there is no such policy for SCEP certificate, does that mean we have to create a SCEP client app and grant certificate management permission to the app?

4: How can our backend communicate with our SCEP client app if we need to install/delete/update the SCEP certificate?

From the Android Management APIs known issue statement the certificate management is done via the OpenNetworkConfig payload in device policy. This feature is not generally available.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM