question

owtcodebear-6264 avatar image
0 Votes"
owtcodebear-6264 asked

How to integrate Windows kernel driver signing with automatical build system?

Microsoft requires to use windows hardware dev center to do the kernel driver signing, this raises a new challenge for our automatical build system. Previously, our build system works will corss-sign the kernel drivers using a EV certificate locally. But now, we need to submit drivers to hardware dev center, wait for Microsoft to sign it and download the signed drivers. This stops the build system from doing the build automatically. How to eliminate human intervention and make it work automatically like before?

windows-hardware-certificationwindows-hardware-wdk
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers