Sign iOS mobileconfig configuration files

I am looking for advice on ios mobile config files. I need to sign a ios mobileconfig with a private key and cert on Apigee Cloud. It forms part of an api I am developing.

I have looked at node modules, like the one below which requires the key and cert pem file to sign the config file. I am unsure if this node module can even be used with Apigee cloud.

https://github.com/andris9/mobileconfig

Has anyone achieved this using Apigee Cloud and if so what was your solution?

Thank you

0 1 370
1 REPLY 1

My suggestion is to run the nodejs logic in a Hosted Target.

Or, an externally-managed service like App Engine.