Comodo code signing warning

I tried to sign my consol application with comodo certificate. When I compile the application there is a warning massage in the log.
Closing application file and cleaning up memory…
Signing the application .exe file…
Dual SHA1-SHA256 signatures used

  • SHA1:
    GSignCode 2.1 – simple code signing utility
    Copyright G.D.G. Software 2011-2016. All rights reserved.

    File successfully signed.
  • SHA256:
    GSignCode 2.1 – simple code signing utility
    Copyright G.D.G. Software 2011-2016. All rights reserved.

    SIGNING ERROR:
    Signing Error - Code 0x80090028
    Warning: code signing failed, an error occurred.

When i checked the file certificate there is only SHA1 certificate.
If I use only SHA1 or SHA256 not dual certificate there isn’t any certificate on the exe.
Could somebody help?

HTML EXE doesn’t produce console apps. Which software are you using?

I used ExeOutput for PHP 2.1.

You posted in wrong category then.
Check your code signing parameters, one of them is not accepted by the code signing API. Unfortunately, the API doesn’t tell us which one.