Tagged Questions
4
votes
0answers
139 views
Deploy X509 certificates to Blackberry OS using BB Fusion MDM [closed]
I have been googling for a while but have not found an answer to my question.
Is it possible to deploy a self-signed CA X509 certificate to a Blackberry device using a MDM solution? It must be ...
0
votes
1answer
521 views
Signing Apple MDM profile
I am working on an Apple MDM server, and actually it is working fine. I have a signature problem, that makes the client complain about the certificate, so now I am interested in how others sign their ...
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 ...
1
vote
1answer
2k views
MDM Server certificate to be used for SSL handshake with iPhone device
I am trying to perform SSL Handshake between the iPhone device and my MDM Server. I have used iPhone configuration Utility (iPCU) and configured SCEP and MDM. SCEP works fine, the device receives the ...
0
votes
2answers
483 views
Certificate Signature Verification failed
When I try to upload the certificate to https://identity.apple.com/pushcert/, it tells me the signature is invalid.
I followed step-by-step the Mobile Device Manager documentation and ...