I want to sign a ClickOnce application but I cannot make it work, I always get a warning or an error that prevents installation.
I've read some old articles that said that I need both SHA-1 and SHA256 certificates in order to sign a ClickOnce application.
It worked fine for a long time but I cannot make it work any more.
SHA1 certificates are deprecated
https://docs.microsoft.com/en-us/sysinternals/announce/sha1deprecationIt is difficult to get a SHA-1 from my EV Code Signing Certificate Provider
Is it possible to use ClickOnce nowadays or should I use another installer and rewrite my application?