Test-signing MagicAAP #425
kernelb00t
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
Hi @kernelb00t . There are no ways of others. Please read this: Why the diver is not signed can be found in Discord |
Beta Was this translation helpful? Give feedback.
0 replies
-
https://learn.microsoft.com/en-us/windows-hardware/drivers/install/installing-test-signed-driver-packages You have to manage your certificate with a script. But you don't need to go test mode! The link is talking about production use. But test use is still possible! I'm currently testing, and I'll update when it's OK. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The problem: To install MagicAAP properly, I have to put Windows in test mode. This is not a proper way to install a custom driver, leading to increased attack surface and multiple insecurities. And it disables secure boot. And there are no updates for this driver. Great!
The solution: Following Microsoft recommendation for test drivers.
We do not have (and/or want?) a signing cert from Microsoft, so we have to manage our own.
The second problem: The signing process is slow and complex.
The second solution: A documentation, then maybe a script?
So, let's break it down :
Are there any obstacles code-wise? Does the code use methods that ABSOLUTELY require test mode apart from the fact that the driver is not signed?
Beta Was this translation helpful? Give feedback.
All reactions