I created a mobileconfig file with iPCU(iPhone Configuration Utility), but it is “Not Verified” when installing it to iPhone, how to verify it?
I created a mobileconfig file with iPCU(iPhone Configuration Utility), but it is Not Verified
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
iPCU use by default a “auto-signed” and “auto-generated” key and crt to sign your mobileconfig.
If you want to sign your mobileconfig and make it “Verified”, you need to use your own certificate and key to sign it. You can use for exemple Openssl to do the signing.
Moreover, before iOS6, you can juste use your own crt to sign the mobileconfig. If your certificate has been delivered by an Apple trusted CA (listed here), your mobileconfig will be “verified”.
If you use iOS6, you have to indicate the complete certification chain during the signing process. It means you need your Certificate Authority certificate.
I am working on a product, Appaloosa-Store, a way to easily distribute mobileapplication, and we will probably allow users to distribute configuration file.
Do not hesitate if you need more informations.