Is it possible to sign EXE file using PositiveSSL Certificate. So when trying to open the .exe file, windows will says that the publisher is verified?
Asked
Active
Viewed 206 times
0
-
Technically it's possible to do this, however validation will fail, as certificates issued for SSL are not intended to be used for code signing. – Eugene Mayevski 'Callback Nov 18 '12 at 11:25
1 Answers
1
No, a code signing certificate is required to sign executables (binaries)

Lukas Winzenried
- 1,919
- 1
- 14
- 22