vcsjones / AzureSignTool

SignTool Library and Azure Key Vault Support
MIT License
272 stars 85 forks source link

Add support for signtool.exe sign /as option #192

Closed old-pigeon closed 1 year ago

old-pigeon commented 1 year ago

AzureSignTool should support the signtool.exe sign /as option which allows to append a signature instead of replacing it.

The current existing option --additional-certificates is not sufficient, as a file might already have a signature for which we don't own the private key.

judge2020 commented 1 year ago

See https://github.com/vcsjones/AzureSignTool/issues/168. This seems to be a Windows API issue.