dotnet / sign

Code Signing CLI tool supporting Authenticode, NuGet, VSIX, and ClickOnce
MIT License
477 stars 90 forks source link

Make ACS the default timestamping service #598

Closed dtivel closed 1 year ago

dtivel commented 1 year ago

Resolve https://github.com/dotnet/sign/issues/597.

This change makes Azure Code Signing timestamping service the default. The default can be overridden with the -t | --timestamp-url option.

Note that changing IsRequired from true to false means that a user isn't required to pass the option. The new default value guarantees that there will be a value, so timestamping is still effectively required.

CC @clairernovotny