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