Where can I get a certificate to the enterprise where I am working for sign an executable that we distribute? Because now, If the clients download the .exe file from Internet, Windows displays the security warning dialog "unknown publisher" when they execute it.
Futhermore, once I get it, how can I sign the executable on Linux?
Mono's signing tools allow to sign an executable on a Linux box.
First convert your
.pfx
certificate to.pvk
and.spc
files :And then sign it :