生成MDM证书 [英] generate MDM certificate

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

问题描述

我是新的iOS开发。我要创建MDM证书使用默认的iOS MDM功能。

I am new to iOS development. I have to create MDM certificate for utilize default iOS MDM capabilities.

我已经通过的文​​件,如何生成MDM服务器APNS证书走了,但我没有得到明确的想法如何产生的MDM证书可用于所有与MDM服务器注册的设备提供MDM服务。

I have gone through the documents ,how to generate APNS certificate for MDM Server,but I am not getting clear idea how to generate MDM Certificate which can be used to provide MDM service for all the devices registered with the MDM server.

推荐答案

要的iOS MDM功能需要使用account.The生成MDM APNS证书将被用作MDM certificate.You可以得到你的企业开发者获得MDM证书在第三方MDM的更多详细信息供应商有关如何生成MDM证书的网站。例如,您可以通过迈克菲网站或遵循以下步骤。

To MDM capabilities of iOS you need to get MDM certificate using your Enterprise developer account.The generated APNS certificate for MDM will be used as MDM certificate.You can get more details in third party MDM vendors site about how to generate MDM certificate. For example you can go through mcafee site or follow the below steps.

1)按照<一href=\"https://media.blackhat.com/bh-us-11/Schuetz/BH_US_11_Schuetz_InsideAppleMDM_WP.pdf\">MDM_Protocol PDF格式。

1)Follow MDM_Protocol pdf .

2)按照此页:<一href=\"http://www.softhinker.com/in-the-news/iosmdmvendorcsrsigning\">http://www.softhinker.com/in-the-news/iosmdmvendorcsrsigning

然后,确认一些事情。

使用此命令从customerPrivateKey.pem删除密码

remove the passphrase from customerPrivateKey.pem using this command

openssl rsa -in customerPrivateKey.pem -out PlainKey.pem

然后从门户 https://identity.apple.com/pushcert/下载合并您APNS证书(例如CustomerCompanyName.pem) 使用此命令

cat CustomerCompanyName.pem PlainKey.pem > PlainCert.pem

现在这个PlainCert.pem文件可以在你的服务器APNS / MDM证书使用。

Now this PlainCert.pem file can be used in your server as APNS/MDM certificate.

3)对于MDM配置文件使用IPCU并查看到<一个href=\"http://stackoverflow.com/questions/9970406/ios-config-profile-for-mobile-device-management\">this也。

3)For MDM config profile use IPCU and look in to this also.

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

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