Signing
In this page we will go over which steps need to be taken for codesigning the Trust1Connector package in Windows and MacOS
Prerequisites
For codesigning you'll need to undertake a couple of steps first
Windows
Aquire a code signing certificate
Visual studio (signtool)
Signtool available on the path
Signing the package
Windows
When you have Visual studio installed and you've create the EXE of the Trust1Connector you can begin the singing process. This is a very simple process and can be added in the packaging script for convinience.
Step 1
You need to open a command line promt at the location of the EXE file.
Step 2
Enter the command for signing, the code below is an example of how we sign with the Code signing certificate of Trust1Team.
FAQ
'signtool' is not recognized as an internal or external command, operable program or batch file.
Last updated
Was this helpful?