Why's My Root Certificate Not Trusted?

前端 未结 1 1177
说谎
说谎 2021-02-12 02:23

I have issued myself a Code Signing certificate from a certificate server. I have also issued myself the root certificate from the same certificate server. The root cert

相关标签:
1条回答
  • 2021-02-12 03:26

    On your verify command add in the /pa option to tell it to use the Default Authentication Verification Policy instead of the Windows Driver Verification Policy, meaning it will look at your certificate stores instead of the limited set of CAs Microsoft trusts with drivers.

    Look here for more options: http://msdn.microsoft.com/en-us/library/8s9b9yaz(v=vs.90).aspx

    0 讨论(0)
提交回复
热议问题