I want to sign a .NET assembly with a code signing certificate from my local domain CA.
I tried sending a certificate request and got back a signed certificate from my local domain CA in my local certificate store. However this certificate cannot be used to sign my assembly in Visual Studio.
Since there's the option to import a CA certificate from a .pfx file, I asked my domain admin to create a new certificate and export it to .pfx for me - however he couldn't find a way to do so.
In-house Trusted Certificate describes the same problem but none of the answers actually tells how to specifically create a cert for code signing.