Update an expired iOS MDM profile

无人久伴 提交于 2019-12-01 00:06:39

I worked with MDM more than a year ago. So, I could be wrong with some details.

Here is what I remember:

a) Device does two SCEP calls for OTA MDM.

Look at this diagram

First SCEP call is done as part of OTA Certificate Enrollment (phase 2 on the diagram)

And second SCEP call is done when OTA delivers profile with MDM and SCEP payload (as phase 3 on the diagram).

One thing which isn't not obvious from your question which of iOS identify certificate is short living.

b) If your MDM identity has expired, you will stop receiving all MDM commands.

c) If you OTA identity has expired, you can't upgrade any of configurations wich your delivered over the air (as example MDM).

If you have access to Apple Enterprise Developer Program, you can find MDM document in there. It will say that if you did OTA MDM, you need to Update it when it's about to expire.

And as I remember, if your OTA + MDM has expired then you are screwed (you don't have any other option than reenrollment).

BTW. I believe it's common practice to make these identities quite long living (exactly because of these problems).

If you are worried that you can't prevent somebody from receiving updates, you can always:

  • Send wipe command
  • Remove all managed configuration profiles
  • Revoke identity certificates

I have problems with profile update close to certificate expiration on iOS 6.1.3, but on iOS 7 everything works fine. After certificarte expiration date come under 14 days, profile update button appears on the MDM profile. The status of the profile is always "Profile is expired", so Apple documentation is not correct, status is never "about to expire". On iOS 7 I can update the profile, it actually does the new enrollment automatically. On iOS 6.1.3, there is always error "Profile could not be updated. Please contact your networks Administrator", and there is no trace of any network activity from the device.

Any idea?

Thanks,

Ratko

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!