Unable to complete Windows Phone Certificate enrollment web service process

徘徊边缘 提交于 2020-01-17 04:17:40

问题


I am implementing windows phone MDM using windows phone 8 enterprise DM Protocol. I succeed in Discovery phase and Certificate enrolment policy web service. But in Certificate enrolment web service process i am facing problem. While creating provisioning XML i embedded my domain CA and intermediate certificates. I also added Client certificate which i got request from device. I totally converted into base 64 format and i am sending response to the device(RequestSecuirtyTokenResponse). I am using Fiddler tool for seeing logs . I am not getting any response from the device. My doubts are 1) what certificates i need use in provisioning XML . 2) what is client certificate. I am using valid ssl not self sign certificate. Still i need any certificates Any advice would be greatly appreciated. Please guide me


回答1:


finally after one month i succeed enrolment.

We have to use windows phone developer power tool for debugging.

For my questions i am answering as below.

1) We have to use Root certificate(CA) that is valid CA certificate. We need to sign client certificate(fly from device) with server certificate and key certificate. Be careful about finger print. 2) No extra certificates need for enrolment. Above two are mandatory.

I hope above will helps to others.



来源:https://stackoverflow.com/questions/27147781/unable-to-complete-windows-phone-certificate-enrollment-web-service-process

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!