iOS MDM证书到期 [英] iOS MDM Certificates Expiry

查看:311
本文介绍了iOS MDM证书到期的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在创建MDM Server,并已成功完成所有步骤,并能够在设备上安装配置文件.

I am creating an MDM Server and have successfully completed all the steps and was able to install the profile on the device.

在设备上安装的.mobileconfig文件中,我们传递了SSL证书,APNS证书和配置文件信息.

In the .mobileconfig file which is installed on the device, we pass the SSL certificate, APNS certificate and profile information.

1)如果更改了服务器上的SSL证书怎么办? (我想这不是很多人都没有实践过的,或者根本没有实践过,但仍然想知道这种情况发生时会发生什么)

1) What if the SSL Certificate on the server is changed? (I guess this is not practiced by many or not practiced at all but still want to know what happens when this case occurs)

2)一年后APNS证书过期后会发生什么?

2) What happens after the APNS certificate is expired after one year?

如何在已经安装了配置文件的设备上更新配置文件.应该手动删除配置文件并重新安装,还是还有其他方法?

How do I update the profiles on devices in which the profiles were already installed. Should the profiles be manually deleted and reinstalled or is there any other way?

推荐答案

  1. 关于SSL证书: 使用SSL证书的mdm配置文件不受影响,可以继续使用.唯一会发生的是在设备上,当您查看配置文件时,它将显示特定的签名证书即将过期. 解决方案:您需要使用新证书再次签名mdm配置文件. 请参考解决方案以此问题.

  1. Regarding the SSL certificate: The mdm profile using the SSL certificate is not affected and can be continued to use. The only thing that will happen is on the device when you view the profile it will show that specific signing certificate to be expired. Solution: You need to sign the mdm profile again with the new certificate. Refer solution to this question.

您可以选择在APNS证书过期之前对其进行续订.在证书过期之前,Apple会向您发送电子邮件(发送给生成APNS证书的apple-id).如果您在过期之前更新证书,则不必重新注册设备. 如果证书已经过期,则需要使用相同的旧apple-id创建一个新证书,并且必须重新注册所有设备才能接收MDM推送.

You have option to renew the APNS certificate before it expires. Apple sends you email (to the apple-id that generated the APNS certificate) before the certificate expires. If you renew the certificate before expiration, you don't have to re-enroll the devices. In case the certificate is already expired, you need to create a new one using the same old apple-id and will have to re-enroll all the devices to receive the MDM push.

这篇关于iOS MDM证书到期的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆