Digital signatures

Started by
3 comments, last by Shaarigan 3 years, 8 months ago

When we go to release our game, I assume that we will need to digitally sign it before distribution.

Does anyone have experience with how to sign an exe using modern tools? Thanks for your help!

Advertisement

Not sure if this tool is modern enough, but we just use this to sign our software (not a game): https://docs.microsoft.com/en-us/dotnet/framework/tools/signtool-exe

Thanks. I’ll look into it. ?

In Windows, assuming you build everything using Visual Studio, there is a setting in VS to apply a certificate whenever you build an assembly

This topic is closed to new replies.

Advertisement