How to properly install signature for testing driver? #105
|
I have built a basic KMDF package for a USB driver. On my test machine, I installed my
I cannot figure out if this is a problem with the certificate store I installed this in, or a problem with the package I'm trying to install. |
Replies: 1 comment 4 replies
|
I'm assuming you are using the latest version of the repo on Main branch since the certificate is Specifically Step 2 deals with the certificate. I see you've installed it to Local Machine's Trusted Root CA, but you also have to add it to Local Machine's Trusted Publishers |

I'm assuming you are using the latest version of the repo on Main branch since the certificate is
WDRLocalTestCert.cer. Could you give these install instructions a try:https://github.com/microsoft/windows-drivers-rs/tree/main/crates/sample-kmdf-driver#install
Specifically Step 2 deals with the certificate. I see you've installed it to Local Machine's Trusted Root CA, but you also have to add it to Local Machine's Trusted Publishers