Tagged Questions
0
votes
2answers
738 views
Parsing X509 certificate
I want to parse a X.509 certificate in php.
The certificate is in DER-encoded X.509 format.
I tried using openssl_x509_parse method in php, but its not working.
The certificate data is a valid data ...
0
votes
1answer
86 views
Reply back to a response
I need to reply back to a response received.
How should I reply using the response?
I want to reply to a response received in my MDM System. The device contacts the server and delivers status as ...
5
votes
1answer
216 views
MDM DeviceLock Payload Error
After sending the DeviceLock Payload, I get the below error:
<Warning>: <APSCourier: 0x1cd51970>: Failed to parse JSON message payload for topic 'com.apple.mgmt.mycomp.mdm': Unexpected ...
2
votes
2answers
1k views
Is there a free and open source CDI/MDM solution?
We would like to create a not so complicated solution for managing customer records. It should periodically import some customer data from source systems and merge records basing on the matching of ...