What we are trying to do, is to setup a Profile Service for Over-The-Air Profile Delivery for iOS. We are following the steps specified in Apples Document (https://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/iPhoneOTAConfiguration/Introduction/Introduction.html)
We have setup our server as specified in the docs, with the specified handlers for "/enroll", "/profile", etc. The step we are currently stuck at is step 3 of the Certificate Enrollment phase (Phase 2). Our Profile service is receiving the "GetCACert" request, but the installation of the profile subsequently fails, with the message "Invalid response from the Registration Authority."
When we look at the provided sample ruby code, from the same above site, the handler for "/scep" basically returns the root_certificate, and the ra_certificate. However, we can't find much information regarding the RA_Cert: What is it used for, and how is it generated?
Any help would be appreciated,
Thanks in advance,
