Azure / iotedgedev

The Azure IoT Edge Dev Tool greatly simplifies your Azure IoT Edge development process. It has everything you need to get started and helps with your day-to-day Edge development.
https://aka.ms/iotedgedev
Other
160 stars 70 forks source link

Code Signing #439

Open grtn316 opened 3 years ago

grtn316 commented 3 years ago

When deploying a .netcore module, I'd like to be able to sign my code. It is not clear what the best way to do this would be without some manual steps.

Anyone have this figured out in VSCode?

konichi3 commented 3 years ago

Thank you very much for your feedback. Can you describe your scenario and expected outcome a little more?

grtn316 commented 3 years ago

When I right click on my deployment.template.json file and click "Build IoT Edge Solution" I want to introduce a step that signs my .net core module dlls. Currently, I am unsure where to add a flag to use a keyfile during build.

konichi3 commented 3 years ago

Thank you for the feedback. We will evaluate this item as feature request and will circle back when we have an update