
I'm trying trying to sign my package with signtool and getting the message that is is signed successfully. However, when i go to the properties to validate the Signature, I cannot see any signature there. Not Sure what I'm missing.
I'm using Thwate Microsoft® Authenticode® (Multi-Purpose) certificate.
I'm using this command.
SignTool sign /f certi.pfx /p pwd /t timestamp.verisign.com/.../timestamp.dll "MyPackage_1.0.0.3.app"
And getting the Result.
Done Adding Additional Store
Successfully signed and timestamped: MyPackage_1.0.0.3.app
Am I missing anything or using the right certificate ? Or there is any other way to check the digital signature of package ?
Hi,
There is no change in the cmd which you have executed, below cmd for your reference.
SignTool sign /f "<Certificate.pfx Path>" /p <Password> /t timestamp.verisign.com/.../timestamp.dll "<App File Path>"
once you successfully signed the app go to app properties, you can see Digital Signature Tab with Signature Details.
or
once you successfully signed the app try to publish the app without -SkipVerification Parameter in Container or OnPrem version of Business Central using Publish-NAVApp.