Driver Signing Fails on cross compiled driver
rohaaan opened this issue · 6 comments
cross compiled driver on linux fails driver signing. As a result unsigned driver needs to be loaded.
How are you signing it? It works fine for me with:
SignTool sign /v /a /t http://timestamp.verisign.com/scripts/timstamp.dll ksm.sys
This will just pick an appropriate certificate from the store.
It works fine for me with
Are you cross compiling the binary on Linux for Windows?
I am cross compiling on Ubuntu Linux for Windows.
How are you signing it?
As above.
The problem I am facing is:
Digital Signature Tab doesnot appear in the ksm.sys properties on windows.
No, I don't know of a way to sign it on Linux, what are you using?
I am signing on windows but compiling on Linux..
Hmm, that's weird... What's the output of the command?
Driver signing works on latest recompile. Digital signature tab now present.
please close this issue.