79155196

Date: 2024-11-04 11:14:47
Score: 1.5
Natty:
Report link

At glance, code signing basically is about to ensure that the executable I got in my computer as a potential user of the application, has not known any kind of code alteration in between. To do that, (since we are talking of windows) windows OS need to be able to make some verification. Firstly it will go look for local certificates (active directory) and then at Microsoft Code Signing certificate store. So the choices are :

I may suggest to use option 2 in order to test without betting money as it has been said. Then option 1 or 3 as needed.

FYI, when configuring app installer to allow elevation, windows defender will be okay with that without a certificate.

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: khalidgt