azuredevops-codesigning-task
azuredevops-codesigning-task copied to clipboard
Add optional parameter for /ac in signtool
It would be nice to be able to use additional certs in signing files. I use this format:
signtool sign /t http://timestamp.digicert.com /ac additionalfile.crt /f mycert.pfx /p
The current task works very well as it is. This would be great to add. Thank you for your time.
Hi @tilellimjx,
shouldn´t be a big deal :). Are you adding these additional files similar to the pfx files by adding them to the Secure Files or do you use other ways to add them?