dotnet / sign

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

Remove `--certificate-fingerprint-algorithm` option #721

Closed dtivel closed 1 week ago

dtivel commented 1 week ago

Remove the --certificate-fingerprint-algorithm option. We can deduce the algorithm from the provided fingerprint length. This will make the CLI experience simpler.

CC @clairernovotny, @javierdlg, @kartheekp-ms