Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
42 views

I'm using Google KMS with HSM to store my private key and: Signtool CNG 1.2 to sign exe and dll files for my software. Command looks like this: "signtool.exe" sign /v /fd sha256 /tr http://...
Keoshz's user avatar
  • 1
2 votes
3 answers
168 views

I am signing some built exe files with the Microsoft signtool. The command line is quite long, and always the same, apart from the target file name at the end. So I'd like to keep most of it in a ...
Anse's user avatar
  • 1,710
1 vote
0 answers
26 views

Description When attempting to sign a file using the /ds command I am receiving the following error: Done Adding Additional Store SignTool Error: SignedCode::Sign returned error: 0x80090027 The ...
user21986447's user avatar
0 votes
1 answer
167 views

I am trying to code sign a windows installer. I am processing the certificate through Godaddy and then trying to use osslsigncode to sign my installer with it. It seems successful, but then when I ...
springcorn's user avatar
1 vote
1 answer
78 views

The entry point of the application bundled by jpackage is "My App.exe", given that the app is called "My App". I can sign the installer after jpackage is done. I can sign other ...
Vladyslav Lubenskyi's user avatar
1 vote
1 answer
225 views

I am trying to integrate Code Signing with a DigiCert SafeNet Token based cert with our CI machine. I am following the description given in https://stackoverflow.com/a/54439759/321013 which leads to ...
Martin Ba's user avatar
  • 39.4k
0 votes
0 answers
160 views

I'm not sure what I'm doing wrong. I'm trying to build a Windows kernel driver using VS C++ 2022 with test signing. The project has "File digest algorithm" set to "sha256": Then ...
c00000fd's user avatar
  • 22.8k
0 votes
1 answer
129 views

For the last 5 years, I have been code signing my DLLs and EXEs with a command line task step in DevOps Pipeline. The .pfx file itself is stored in source control, and retrieved via Get Sources at ...
Theodosius Von Richthofen's user avatar
1 vote
1 answer
165 views

When I use a digicert smctl sign command (with Key Locker) to sign an MSI binary it puts a randomly generated ".msi" name in the description when the UAC prompt pops up. This is less than ...
Patrick's user avatar
  • 697
0 votes
1 answer
97 views

I have a Xamarin UWP application that I developed. I am able to sign the app on my PC and it runs well. I am now trying to publish the application (create an MSIX) so that i can distribute it within ...
Moshe Raab's user avatar
1 vote
2 answers
253 views

Recently I have been building an application using Svelte, .NET and Tauri, and it is time to sign it and make it available for the customer. I have bought an EV Code Signing certificate and added it ...
hagru's user avatar
  • 121
1 vote
1 answer
496 views

I want to validate the EXEs and DLLs before invoking in java. I searched on internet, but i didnt find any proper solution. My requirement is, to validate any signed EXE or DLL by extracting a digital ...
Naveen S's user avatar
5 votes
1 answer
1k views

I'm using signtool to sign about 70 files. Each file has to be signed with SHA1 and SHA256, so that is 140 signing operations. It takes about 10 minutes on a very fast computer, or roughly 4 seconds ...
DougN's user avatar
  • 4,707
0 votes
1 answer
166 views

I have purchased a code signing certificate for the 3rd time since 2015, but when I convert it to a .pfx file and try to use it to sign a self-extracting installer using the code below, the installer ...
SimonKravis's user avatar
1 vote
1 answer
142 views

i'm exploring to programatically modify some file metadata in the Windows Property System. i have modified the System.Comment of an MSI file like so: to my big surprise this now breaks the digital ...
paulgutten's user avatar
0 votes
0 answers
678 views

I am using signtool.exe to sign msix file. Signtool is launched from the external application. When it works as a console application, everything works well. But when the launch comes from the Windows ...
Aries's user avatar
  • 544
1 vote
2 answers
2k views

I created a Xamarin App (VS 2022). I would like to sideload the UWP so I am trying to create an App Package using the publish menu option in the UWP project. The app compiles and is signed with a PFX ...
Moshe Raab's user avatar
0 votes
1 answer
642 views

I have two USB tokens with GlobalSign certificates, as I develop software for different customers which want their respective company names as code signature. How do I tell SignTool which certificate ...
Karl171's user avatar
2 votes
2 answers
2k views

I want to sign an MSIX package with an EV Code Signing Certificate I bought from Globalsign. The keys are stored on Google Cloud KMS with a HSM storage type. I basically followed this article to ...
lucas24007's user avatar
2 votes
4 answers
6k views

While using the Signtool on our build server (windows server 2019) azure-devops pipeline has below error, its a DotNetCoreCLI@2 task: ##[error]EXEC(0,0): Error information: "Error: SignerSign(...
suprasad's user avatar
  • 1,543
0 votes
1 answer
226 views

I'm trying to make my build file a bit more automatic, so that it signs automatically, but I don't have signtool.exe file, because I don't have the Windows SDK/KIT files. I could probably install the ...
Hof's user avatar
  • 78
3 votes
2 answers
1k views

I just installed my Extended Validation Code Signing Certificate to a Yubikey 5 device. I call this from the Developer Command Prompt for VS 2022: signtool sign /debug /sha1 <***> /fd SHA256 /t ...
Mihai Oltean's user avatar
0 votes
1 answer
541 views

I can't explain what happened with my VM but signtool.exe has suddently stopped working and is now complaining with "certificate is not suitable for code signing": "C:\Program Files (...
Lothre1's user avatar
  • 3,881
1 vote
2 answers
2k views

I have a directory with dll's and .exe files. I want to sign them using the following command smctl sign --keypair-alias <keypair alias> --certificate <Path to code signing certificate> --...
Angela's user avatar
  • 31
3 votes
1 answer
3k views

What are the supported file types in windows signtool https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe ? Can I sign any file types with signtool? I couldn't find the info on the ...
Jack's user avatar
  • 89

1
2 3 4 5
8