Discussion:
SignTool Error: The specified CSP could not be found
(too old to reply)
Dodge33
2005-06-16 09:27:53 UTC
Permalink
Hi Guys

I've just downloaded Platform SDK and am attempting to sign a cab file
with signtool.exe. I've been able to sign using the wizard method but
specifying the individual key files always results in a "SignTool
Error: The specified CSP could not be found." error message.

Does anyone know why this happens?

C:\Program Files\Microsoft Platform SDK\Bin>signtool sign /v /csp
mycert.spc /k
mykey.pvk /sha1 "44459EAB2DB30B86335EA740B781626AD45E87EB"
vtncontrol.cab
The following certificate was selected:
Issued to: Dodge software Ltd
Issued by: Thawte Code Signing CA
Expires: 2006/02/15 03:53:55 PM
SHA1 hash: 44459EAB2DB30B86335EA740B781626AD45E87EB

SignTool Error: The specified CSP could not be found.

Number of files successfully Signed: 0
Number of warnings: 0
Number of errors: 1


thanks
Ryan Menezes [MSFT]
2005-06-17 00:26:15 UTC
Permalink
You have to specify the csp name next to the csp
/csp <name>

An example would be /csp "Microsoft Strong Cryptographic Provider"
--
Thanks,
Ryan Menezes [MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights.
"Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm"
Post by Dodge33
Hi Guys
I've just downloaded Platform SDK and am attempting to sign a cab file
with signtool.exe. I've been able to sign using the wizard method but
specifying the individual key files always results in a "SignTool
Error: The specified CSP could not be found." error message.
Does anyone know why this happens?
C:\Program Files\Microsoft Platform SDK\Bin>signtool sign /v /csp
mycert.spc /k
mykey.pvk /sha1 "44459EAB2DB30B86335EA740B781626AD45E87EB"
vtncontrol.cab
Issued to: Dodge software Ltd
Issued by: Thawte Code Signing CA
Expires: 2006/02/15 03:53:55 PM
SHA1 hash: 44459EAB2DB30B86335EA740B781626AD45E87EB
SignTool Error: The specified CSP could not be found.
Number of files successfully Signed: 0
Number of warnings: 0
Number of errors: 1
thanks
Loading...