How can i obtain code signing certificate for iOS mobile config profiles -


i creating ios mobile config profile , pushing mobile config profile via mdm. in case not using scep server profile management. create mobile config profile using "iphone configuration utility" , use same mobile settings.

i have created self signed code signing certificate. using self signed code sign certificate signed mobile config profiles mentioned here. have include root certificate along profile.

i want obtain code signing certificate trusted vendor. kind of code signing certificate want purchase. if purchase apple code signing certificate, sign mobile config profiles. refer

several notes:

in case not using scep server profile management.

scep server isn't used profile management. it's used identity management. use either scep server or pkcs12 @ whenever need authenticate device (as example wifi, vpn auth or mdm bootstraping explained here - http://developer.apple.com/library/ios/#documentation/networkinginternet/conceptual/iphoneotaconfiguration/otasecurity/otasecurity.html)

i want obtain code signing certificate trusted vendor. kind of code signing certificate want purchase. if purchase apple code signing certificate, sign mobile config profiles.

as remember need ssl certificate. quite both protect communication mdm server using , sign profiles using it. so, there no additional requirements (on top of usual requirements ssl certificate).

surely, need check whether certificate of authority issues certificate preinstalled on ios devices.

take here: http://support.apple.com/kb/ht5012


Comments