Hi,
i have to sign a .esriAddinX (ArcGis Pro AddIn installation file) with a certificate.
Tried to sign with Digicert, but that fails.
I found this page (https://support.esri.com/en/technical-article/000014993) where they use EsriSignAddIn.exe to sign a ArcMap AddIn.
But i can not find a place to download EsriSignAddIn.exe and i am not sure if i can used it to sign my .esriAddinX ArcGis Pro AddIn
Some advise would be very welcome
regards,
Steven
Solved! Go to Solution.
There appears to be some good information in the Pro SDK Wiki on GitHub:
ProGuide Digitally signed add ins and configurations · Esri/arcgis-pro-sdk Wiki (github.com)
The gist is that the signing utility is called ArcGISSignAddIn.exe that comes with ArcGIS Pro, and you can configure your Visual Studio project to automatically sign your add-in whenever you build.
There appears to be some good information in the Pro SDK Wiki on GitHub:
ProGuide Digitally signed add ins and configurations · Esri/arcgis-pro-sdk Wiki (github.com)
The gist is that the signing utility is called ArcGISSignAddIn.exe that comes with ArcGIS Pro, and you can configure your Visual Studio project to automatically sign your add-in whenever you build.
Hi Daniel, thank tou for your reply, it did the job, thanks, Steven
Hi Daniel, thank tou for your reply, it did the job, thanks, Steven