My Configuration Profile with MDM Payload not getting installed using IPCU,I have a P12 file, Did the P12 file have any relationship with the check-in server? And how to deploy a MDM check-in server to solve the problem?
相关问题
- Android Do not Disturb (DnD) permission in managed
- Team Foundation Server CheckIn Comment Template
- Wiping data on Android: Device Admin versus Profil
- How can I quickly checkin a large number of files
- Install Apps from unknown sources inside work prof
相关文章
- Setting wallpaper using mdm
- Prevent enterprise iOS app from being removed
- How can I commit multiple directories at once usin
- how to find friend's past checkins near a loca
- How to get place_id before checkin?
- mobileconfig file with mdm payload, is invalid pro
- Checking in Shelvesets
- Apple MDM push error, but only to some iOS devices
Yes, the identity.p12 should related to your server.Your server link must start with "https"
If you are using self-signed ssl then,While generating self-signed ssl certificate in server side,generate identity.p12 certificate and this certificate you need to use in identity section of IPCU and use the same password also.
These few lines you can use to generate the idendtity.p12
To deploy the server go through MDM_Protocol pdf in which sample server details is there.