mdmvendorsign
mdmvendorsign copied to clipboard
Create a certificate signing request as a "vendor" of Apple's MDM push notification service
I am trying to upload the plist file to apple but getting the error as Certificate Signature Verification failed because the signature is invalid. I have performed following steps locally...
https://developer.apple.com/documentation/devicemanagement/implementing_device_management/setting_up_push_notifications_for_your_mdm_customers New Intermediate cert is https://www.apple.com/certificateauthority/AppleWWDRCAG3.cer
Some space indentation has been converted to tabs (the majority of the script is tabbed)
``` Downloading WWDR intermediate certificate...Traceback (most recent call last): File "mdm_vendor_sign.py", line 162, in mdm_vendor_sign() File "mdm_vendor_sign.py", line 129, in mdm_vendor_sign intermediate_cer = urllib2.urlopen(req).read() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 154, in urlopen...
Hello Dev, Please update code according to python3 in vendor folder i.e(mdm_vendor_sign.py)