Automating kernel driver signing

Anonymous
2022-07-20T20:02:49.92+00:00

I am looking at being able to automate the signing of our kernel drivers on our build server with a pipeline or similar thing. Is this possible or does it have to be a manual process?

Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,551 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Lersi 0 Reputation points
    2023-09-02T16:04:21.44+00:00

    Hello, from the way Microsoft implemented it, it seems like a very challenging task.

    people from the project kvm-guest-drivers-windows have managed to partly automate this process.

    the difficult part is to run the test required by Microsoft and waiting for the driver to be signed.

    In the future, they will upload automation scripts to this repo: attestation_signing

    You can also try to contact them, and offer them help to solve this problem.

    0 comments No comments