I have setup a group enrollment in the the Azure Device provisioning service with a root certificate that has been validated.
Using openssI I created root and leaf certificates. If I run a cmake on the custom_hsm using the 'c' azure iot sdk's and providing the leaf cert, private key, and common name, should this allow me to then compile and run the prov_dev_client_sample.c (with correct scope and url) without having to build the visual studio Azure_IoT_sdks.sln.
I am currently running on Linux and would like to know if it's possible to bypass that step of building the visual studio solution.
Please, let me know if clarification is needed. Question should be understandable my MS devs who monitor azure-iot-hub.