ARM64 UMDF Driver Signing

68 views Asked by At

I'm trying my own UMDF2 driver compiled for ARM64. I use a generic exe-signing certificate which is accepted by windows in x64 or x86.

In arm64 the driver fails to install. On invoking devmgmt.msc and trying to install manually, it says that the driver isn't digitally signed.

I'm trying to use bcdedit /set testsigning off and it says that this is a secure boot policy that cannot be modified.

Am I obliged now to use a KMDF driver certificate? Why wouldn't arm64 accept my user-mode certificate?

0

There are 0 answers