Hello, I am having problems with POSIGN. I try to sign an executable:
>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:
>posign myprogram.exe
Verifying 'myprogram.exe' ... INVALID!
Any ideas? Thanks in advance.