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

O

owt-codebear

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?

Continue reading...
 
Back
Top Bottom