I am using signTool. I am signing certificate like this:
signtool sign /debug /s My /n "%signer%" /tr http://timestamp.digicert.com /td sha256 /fd sha256 /a "My.exe"
It is signed with the new certificate "signer", but all others are removed. Why it is like this and how I would keep old ones.