1 Notes on getting a signing key for driver signing
3 http://technet.microsoft.com/en-us/library/dd919238%28v=ws.10%29.aspx
5 Start MMC as administrator (start a console as administrator, launch
8 Use MMC to add the certificates snap-in for ComputerAccount on Local computer
10 Create a key store for our keys called AltusMetrumCertStore
12 Add our key from ~/altusmetrumllc/altusmetrum-key.p12
14 # Our cert is now called "Altus Metrum, LLC"
16 Create a new directory with a simple path. Copy altusmetrum.inf to
19 # <path> contains the altusmetrum.inf file we ship. Make sure <path>
20 # is otherwise empty or inf2cat will get confused
22 inf2cat /driver:<path> /os:7_X86,7_X64,8_X86,8_X64
24 signtool sign /s AltusMetrumCertStore /n “Altus Metrum, LLC"
25 /t http://timestamp.verisign.com/scripts/timestamp.dll