certificate

  1. U

    Question How to check a catalog file is signed and certificate detail

    I can check this though signtool.exe and it results in the text output though below command. signtool.exe verify /v /pa "C:\test\ftdiport.cat" And this result the output in verbose mode in command prompt or we can redirect it to a text file as below. Verifying: C:\test\ftdiport.cat Signing...
  2. U

    Question Signing of Unsigned Drivers

    I am creating an application which will check whether the drivers in a particular folder is unsigned or not and sign them. The normal procedure is use inf2cat.exe to create a catalog file. I automated this part using libraries provided for it. The next part to create a certificate using...
Back
Top Bottom