生成 MDM 证书 [英] generate MDM certificate

查看:25
本文介绍了生成 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能力需要使用企业开发者账号获取MDM证书.MDM生成的APNS证书将作为MDM证书使用.你可以获取有关如何生成 MDM 证书的第三方 MDM 供应商站点的更多详细信息.例如,您可以访问 mcafee 网站或按照以下步骤操作步骤.

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) 遵循 MDM_Protocol pdf .

1)Follow MDM_Protocol pdf .

2)关注这个页面:http://www.softhinker.com/in-新闻/iosmdmvendorcsrsigning

然后验证一些事情.

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

remove the passphrase from customerPrivateKey.pem using this command

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

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

Then merge your APNS certificate (for example CustomerCompanyName.pem) downloaded from the portal https://identity.apple.com/pushcert/ using this command

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 并查看this 还有.

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

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

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