Why can't signtool find certificate in machine store?

We have a code signing certificate that is working in TeamCity builds using the following command:

signtool sign /a /v /sm /s my /n "NAME_ISSUED_TO" /d "DESCRIPTION" FILENAME

Unfortunately the person who set this up is no longer here and we need to reconfigure things. We are currently trying to run the command from a console on the machine and we get the following error:

SignTool Error: No certificates were found that met all the given criteria.

The certificate is stored in the "Local Computer" area of the certificate store which is what I understand the /sm command relates to.

Any ideas why it wouldn't work from the console?

Thanks, Alan

2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like