# HG changeset patch # User Oleksandr Gavenko # Date 1288187571 -10800 # Node ID 0af4870462eaf2b77fdf3a724fa50c183ea177fc # Parent ad96e87bf40323d8dcf058f2b53d78b68e535a30 Tools for Signing Drivers. diff -r ad96e87bf403 -r 0af4870462ea driver-win.rst --- a/driver-win.rst Tue Oct 26 11:54:32 2010 +0300 +++ b/driver-win.rst Wed Oct 27 16:52:51 2010 +0300 @@ -177,10 +177,15 @@ * Driver signing. + http://www.microsoft.com/whdc/driver/install/drvsign/best-practices.mspx + Code-Signing Best Practices + +** Tools for Signing Drivers. + +CertMgr Inf2Cat MakeCat MakeCert Pvk2Pfx SignTool + http://msdn.microsoft.com/en-us/library/ff552958.aspx Tools for Signing Drivers - http://www.microsoft.com/whdc/driver/install/drvsign/best-practices.mspx - Code-Signing Best Practices * Invoking a Device Properties Dialog Box from a Command-line Prompt.