makecert -r -pe -ss PrivateCertStore -n CN=Contoso.com(Test) -eku 1.3.6.1.5.5.7.3.3 ContosoTest.cer
https://docs.microsoft.com/zh-cn/windows-hardware/drivers/install/creating-test-certificates
certmgr /c /add endenvor.cer /s root
certmgr /c /add endenvor.cer /r currentUser /s trustedpublisher
https://docs.microsoft.com/zh-cn/dotnet/framework/tools/certmgr-exe-certificate-manager-tool
Inf2Cat /driver:D:\ProjectCurrent\EncryptMinifilter\x64\Debug\MiniTest /os:7_X64
https://docs.microsoft.com/zh-cn/windows-hardware/drivers/install/creating-a-catalog-file-for-test-signing-a-driver-package
原文:https://www.cnblogs.com/endenvor/p/10538890.html