Top "Signtool" questions

The SignTool tool is a command-line tool that digitally signs files, verifies signatures in files, or time stamps files.

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

It's been 2 full days that I'm trying to sign my exe using SignTool and kSign. I bought a SSL certificate …

ssl ssl-certificate signtool
Signtool allows me to sign code but Set-AuthenticodeSignature says the "certificate is not suitable for code signing"

I have a self-signed code signing certificate, made with the directions from this answer, that works fine when used with …

powershell code-signing signtool
Automating code signing with signtool.exe, but without storing the certificate or password

I have a C#/.NET 4.5 x64 project in Visual Studio 2013. More than one developer works on this project, so the …

c# visual-studio-2013 code-signing signtool
Publisher Unknown after successfully running signTool

I'm trying to create a test certificate and sign a .MSI file I have created. I need to get the …

windows installation windows-installer signtool
How to sign an MSI?

My company wants to prevent the UAC popup that appears when customers install our product. We purchased a certificate from …

certificate code-signing signtool
SignTool Not Signing ClickOnce App Using SHA256, Only Uses SHA1

I'm trying to sign my clickonce app. I have an EV code signing certificate that is using SHA256. The problem …

clickonce sha1 sha256 signtool
"The certificate in the signature cannot be verified" for Thawte certificate

I need to sign Application.exe file with the certificate that is stored in company.pfx. So, i used signtool: …

openssl digital-signature signtool
Where is the signtool.exe located in windows 10 SDK?

I'm searching for the latest version of sign tool. Already installed latest windows 10 SDK, but signtool.exe date did not …

signtool
How to sign my VB.NET application?

I'd like to avoid this scary messages when users install my application: I understand I have to buy a certification …

.net vb.net inno-setup signtool
signtool with certificate stored in local computer

I cant get signtool to find my certificate. The pfx file works for signing, i've checked that by specifying the …

certificate code-signing signtool