79399999

Date: 2025-01-30 13:08:02
Score: 1
Natty:
Report link

This is handled by the certificate the application is signed with. Getting your code signed through a credible certificate authority is almost the only way to distribute your software and have people trust your code.

Here's some good documentation how code signing works, how it verifies authenticity and more:

https://pkic.org/uploads/2013/10/CASC-Code-Signing.pdf

You could self sign, however, it will only apply to the local machine that has it installed.

DigiCert is what our company uses for our application certificates:

https://www.digicert.com/signing/code-signing-certificates

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Cory Green