Difference between revisions of "HOWTO Sign the Epilog Mini Driver"

From Pumping Station One
Jump to navigation Jump to search
(makecert is int he windows sdk)
(creating the cert)
Line 3: Line 3:
 
*  Download and install the Windows Driver kit 8.0 http://go.microsoft.com/fwlink/p/?LinkID=324284
 
*  Download and install the Windows Driver kit 8.0 http://go.microsoft.com/fwlink/p/?LinkID=324284
 
*  Download and install the Windows Driver kit 8.1 http://www.microsoft.com/en-us/download/details.aspx?id=42273
 
*  Download and install the Windows Driver kit 8.1 http://www.microsoft.com/en-us/download/details.aspx?id=42273
*
+
 
 +
 
 +
The 2 wdk's may not be required at all.
 +
 
 +
run cmd as administrator
 +
 
 +
    C:\Users\hef\Desktop>"C:\Program Files (x86)\Windows Kits\8.1\bin\x64\makecert.exe" -r -pe -ss PrivateCertStore -n "CN=PumpingStationOne(TEST)" PumpingStationone(TEST).cer
 +
    C:\Users\hef\Desktop>"C:\Program Files (x86)\Windows Kits\8.1\bin\x64\certmgr.exe" /add "PumpingStationone(TEST).cer" /s /r localMachine root CertMgr Succeeded

Revision as of 01:03, 26 May 2014


The 2 wdk's may not be required at all.

run cmd as administrator

   C:\Users\hef\Desktop>"C:\Program Files (x86)\Windows Kits\8.1\bin\x64\makecert.exe" -r -pe -ss PrivateCertStore -n "CN=PumpingStationOne(TEST)" PumpingStationone(TEST).cer
   C:\Users\hef\Desktop>"C:\Program Files (x86)\Windows Kits\8.1\bin\x64\certmgr.exe" /add "PumpingStationone(TEST).cer" /s /r localMachine root CertMgr Succeeded