After installing your certificate and creating a PFX
file, you need to sign your Windows driver with your certificate. The easiest way to do this is with Visual Studio, though there are other options.
SLN
or VCXPROJ
file, and then select Properties.Field | What to do... |
---|---|
Sign Mode | Select Production Sign. |
Production Certificate | Select your PFX file. |
TimeStampServer | Type http://tsa.starfieldtech.com |
Now when you build your driver, it will be signed using your driver signing certificate.