I find this error inexplicable, given the command lines I'm trying
SignTool Error: Multiple certificates were found that meet all the given
criteria. Use the /a option to allow SignTool to choose the best
certificate automatically or use the /sha1 option with the hash of the
desired certificate.
signtool sign /f mycert.pfx /p pass /a signtest.exe
signtool sign /f mycert.pfx /p pass /sha1 C3E47536676819B045B43302F1BE9C93124104D3 signtest.exe
I *have* used the /a option
I *have* used the /sha1 option
What am I missing?