go-ios
go-ios copied to clipboard
Help wanted: how to generate p12file
I see there is a command: ./go-ios httpproxy --p12file=??
How to generate the p12file, thanks?
Writing steps from memory, you can experiment around the Apple Configurator 2 app:
- Open App Store on your Mac.
- Download Apple Configurator 2.
- Open Apple Configurator 2.
- Erase all contents on your connected device and exit from iCloud on the connected device.
- Click Apple Configurator menu -> Preferences -> Organizations -> Create new Organizations.
- Fill in all fields. NB Sign off from the iCloud on the device if you didn't
- Connect iPhone to your Mac.
- Click to connected iOS device in Apple Configurator 2.
- Click Prepare and on the device setup it was something like:. * Manual configuration * Supervise devices * Allow devices to pair with other computer
- Click Next.
- Select: "Do not enroll in MDM Enroll" in MDM Server.
- Click Next.
- Select your organization.
- Select "Show all steps" on Configure iOS Setup Assistant.
- Click Prepare.
- Click Apple Configurator menu -> Preferences -> Organizations.
- Click dropdown menu -> Export Supervision Identity-> Export p12 file
- Set a password for the exported file when it asks you.
- Provide the exported p12 file and password to go-ios
Would be cool is someone could try to repro @shamanec steps and generate a Markdown to link in the Readme.md
Right now I dont have access to a Mac but I expect to have one in the following month. If noone picked this up until then, I'll document it with screenshots and whatnot :)
We used @shamanec steps and updated a little bit providing more details in tricky cases based on users feedback. @danielpaulus, feel free to review and copy-paste from https://github.com/zebrunner/mcloud-agent/blob/master/README.md#ios-devices
Go-iOS now comes with a command to do this for you
ios prepare create-cert
no complicated steps needed anymore :-)