NO

Author Topic: POSIGN does not recognize a signature  (Read 2222 times)

karkon

  • Guest
POSIGN does not recognize a signature
« on: August 04, 2015, 01:38:03 AM »
Hello, I am having problems with POSIGN. I try to sign an executable:

Code: [Select]
>posign myprogram.exe /LOCATION:CU /SHA1:My_sha1_key_here /TIMEURL /VERBOSE
  Certificate subject: My_name_and_id_here
  Certificate issuer: FNMT Clase 2 CA
  Certificate SHA1 hash: My_sha1_key_here

Successfully signed and timestamped 'myprogram.exe'

Now I check the signature and get the following:
Code: [Select]
>posign myprogram.exe
Verifying 'myprogram.exe' ... INVALID!

Any ideas? Thanks in advance.
« Last Edit: August 04, 2015, 02:43:57 AM by karkon »

karkon

  • Guest
Re: POSIGN does not recognize a signature
« Reply #1 on: August 05, 2015, 01:51:56 AM »
Ooops, the problem is that my certificate is not code signing enabled :-[. What misled me is that POSIGN didn't give any error message when signing the program.
« Last Edit: August 05, 2015, 01:56:58 AM by karkon »