Hello all ,
Has someone with experience an idea what can cause error “0x80092006 No provider was specified for the store or object” ( see
message below ). The selected certificate from the store ( /s “MY” ) is the right one , but I don’t find where I have to add “a
provider” or why the tool asks me for it.
Thanks ,
Christiaan
F:\WINDDK\6000\src\storage\DRIVER\PRODUCE_FULL64>F:\WINDDK\6000\bin\SelfSign\signtool sign /v /ac
“F:\WINDDK\6000\src\storage\DRIVER\Driver Signing\MSCV-GlobalSign.cer” /s “MY” /t
http://timestamp.verisign.com/scripts/timestamp.dll F:\WINDDK\6000\src\storage\DRIVER\INSTALL_FULL64\DRIVER\ENG\DRIVER.sys
The following certificate was selected:
Issued to: Christiaan Ghijselinck
Issued by: GlobalSign ObjectSign CA
Expires: 4/19/2008 9:13:27 AM
SHA1 hash: 176835367F9A90E9F75BA5F99B96E1D3948CCB6D
Done Adding Additional Store
Attempting to sign: F:\WINDDK\6000\src\storage\DRIVER\INSTALL_FULL64\RAMDRIV\ENG\DRIVER.sys
SignTool Error: ISignedCode::Sign returned error: 0x80092006
No provider was specified for the store or object.
SignTool Error: An error occurred while attempting to sign: F:\WINDDK\6000src\storage\DRIVER\INSTALL_FULL64\DRIVER\ENG\DRIVER.sys
Number of files successfully Signed: 0
Number of warnings: 0
Number of errors: 1
----- Original Message -----
From:
To: “Windows System Software Devs Interest List”
Sent: Monday, March 19, 2007 8:39 PM
Subject: RE:[ntdev] Cross signing with Global Sign certificate for Vista 64
> Thank you!
>
> Using the signtool from the WDK v6000 worked. For anyoene else experiencing the issue, here is how we are invoking signtool :
>
> signtool.exe sign /n “COMPANY” /s “MY” /d “COMPANY USB Driver” /du “http://www.COMPANY.com” /ac MSCV-GlobalSign.cer /u “Code
> Signing” /t “http://timestamp.verisign.com/scripts/timestamp.dll” USBDRIVER64.sys
>
> I do wish cross signing would work with the /f PFX switch so that it would be more portable among machines, but am glad enough
> that it is working now.
>
>
> —
> Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer