Automated merge with file:///cygdrive/d/srv/hg-home/tips
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 27 Oct 2010 17:20:08 +0300
changeset 630 26f0d8c50fb9
parent 627 4447949085e4 (current diff)
parent 629 f677b24ac51b (diff)
child 638 a360ae19b5a3
child 639 c98126a070a7
Automated merge with file:///cygdrive/d/srv/hg-home/tips
--- a/driver-win.rst	Wed Oct 27 14:07:12 2010 +0300
+++ b/driver-win.rst	Wed Oct 27 17:20:08 2010 +0300
@@ -177,10 +177,19 @@
 
 * Driver signing.
 
+  http://www.microsoft.com/whdc/driver/install/drvsign/best-practices.mspx
+                Code-Signing Best Practices
+
+** Tools for Signing Drivers.
+
+'certmgr.msc' present in Windows 2000 and upper.
+
+From Windows SDK/WDK:
+
+  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.