Hi,
we're having troubles signing our certificate and i think the situation is similar like this: https://community.appeon.com/index.php/qna/q-a/powerserver-signing-questions-again
We're missing something. Our certificate is a pfx and we're deploying a PowerClient app.
1) We have changed our signtool location to the app path and we have our certificate in the 'Trusted Root Certification Authorities' in certmgr.msc
2) Running the PB IDE as Administrator
We get this error and for this we tried using commandline script
.\signtool.exe sign <certificate> /p <password> /tr "http://timestamp.digicert.com" /td sha256 <App executable>
But this script return me a error:
SignTool Error: No certificates were found that met all the given criteria.