Hello @Justas Urbonas ,
Unfortunately, the short answer is no. You cannot use Azure's Trusted Signing for the Microsoft Hardware Program attestation. You will still need to purchase an EV Code Signing certificate because:
- Hardware Program Strict Requirements: The Microsoft Hardware Dev Center explicitly requires an Extended Validation (EV) code signing certificate to register your company and to submit drivers (
.cabor.hlkxfiles) for attestation. They do not accept standard code signing certificates. - Azure Trusted Signing Limitations: While Azure Trusted Signing provides robust identity verification, the Azure Trusted Signing FAQ clearly states that it currently does not support EV certificates, nor does it support signing Windows drivers.
So yes, to get approved for the program and sign your kernel-mode drivers, purchasing an EV Code Signing certificate is currently the only supported path.
I hope this clarifies the situation. If you found my response helpful, I would greatly appreciate it if you could provide feedback by following this guide.
Thank you.