vineetchoudhary / Apple-iOS-MDM-Server

Apple iOS MDM server
MIT License
66 stars 36 forks source link

Step 8 - creating mdm.p12 #4

Open EeOneDown opened 5 years ago

EeOneDown commented 5 years ago

Hi

Is there are ways to create mdm.p12 with out Keychain Access?

I know that the first part of the step (getting User ID) can be done using Openssl:

openssl x509 -noout -subject -in <file_from_apns>.pem

But what about mdm.p12? Or even PushCert.pem?

Thanks