43 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
38
views
Cannot sign ClickOnce MSWord plugin application with Cloud DigiCert certificate
I'm trying to sign a simple ClickOnce application (MSWord plugin) with a code-sign certificate from DigiCert. Last year, we use a USB-Token certificate and it worked fine, but this year we bought a ...
1
vote
1
answer
151
views
Authenticode Signing speed on Windows: Token vs. Cloud?
Background
I am in the process of migrating our CI Code Signing from a Windows Cert Store based Cert/Private Key to an Token based solution (since Tokens or Cloud are 2025 the only solutions offered - ...
1
vote
1
answer
275
views
signtool with /csp /kc /f introduces a very long delay on an offline/isolated CI server?
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 ...
1
vote
0
answers
493
views
Getting NU3018 error while doing dotnet restore on .NET 8 project
After upgrading my .NET 6 project to .NET 8, I am getting below errors on my windows build server while doing dotnet restore.
I do not get these errors on my Windows 10 development machine:
error ...
1
vote
1
answer
111
views
Install4J 10.0.9 code signing via post processor and jsign "Unsupported file"
We had to change the way how we sign our media files and executables in install4j. Now we have to store our certificate for code signing on a secure device like a HSM. We are now using DigiCert ONE ...
1
vote
1
answer
316
views
Authorize.Net Entrust to DigiCert SSL Certificate Migration with SDK
Authorize.Net has stated they are migrating from Entrust to DigiCert certificates. They provided very little information about this. After contacting them, they were unable to provide any further ...
4
votes
1
answer
1k
views
Entrust to DigiCert SSL Certificate Migration
I got this email and I am not sure what I need to do about it. I am using the AuthorizeNet.dll and I believe this is using https://api.authorize.net/xml/v1/request.api or https://apitest.authorize....
1
vote
1
answer
168
views
UAC prompt for file signed by smctl always displays a randomly-generated file name
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 ...
0
votes
1
answer
195
views
Digicert cert downloaded from Venafi
Currently, I have certificate installed from internal authority but now org is asking to download DigiCert from Venafi and install in website.
how to do that?
I downloaded PEM certificate format from ...
0
votes
0
answers
90
views
The IIS server is unable to access the etoken device
I used the Asp.net core web API to create a file signing server
Users can post files to the server, and the server will call signtool.exe to connect to the local USB token to sign the files, and then ...
0
votes
1
answer
2k
views
How to use DigiCert Signing Manager Controller (smctl) in Azure DevOps classic pipeline?
This following task, which signs a setup program using DigiCert Signing Manager Controller (smctl), works without any problem, if I use it in a Azure YAML pipeline.
- task: CmdLine@2
displayName: '...
3
votes
2
answers
884
views
DigiCert - Azure DevOps yaml task SSMClientToolsSetup@1 fails
Azure pipeline fails on the SSMClientToolsSetup@1 task:
This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
...
3
votes
1
answer
2k
views
Certificate for keypair alias not found
I'm trying to implement code-signing in a GitHub action using a digicert certificate. I'm using this GitHub action to guide me.
I'm using smctl with the digicert/[email protected] action.
After ...
1
vote
0
answers
524
views
Facing issue with code signing with CI/CD
I got struck somewhere, actually recently got a code signing certificate from DigiCert. They have given us a "crt" format certificate, previously we were using pfx format certificate. Now the thing is ...
4
votes
4
answers
1k
views
How can I create a signed uninstaller with InnoSetup (ISCC.exe) and DigiCert's smctl.exe?
I use smctl.exe to sign a desktop application on our build server.
I call execute iscc.exe with my *.iss file including /S parameter like this:
/Dsigning=true /Dbuildworkingdir=${bamboo.build.working....