02-18-2022 04:01 PM
Has anyone been able to connect to azure iot hub using x.509 certificates?
I'm using mqtt library installed from VIPM in LV2020.
The certs are self-signed created using microsoft's tutorials found in:
https://docs.microsoft.com/en-us/azure/iot-hub/tutorial-x509-scripts
https://docs.microsoft.com/en-us/azure/iot-hub/tutorial-x509-openssl
I'm trying to use the library's DropVI_SimpleClientPublisher.vi with the Secure TCP Client to build the connection configuration.
09-13-2022 02:13 PM
Ever figure this out? I don't know anything about LabVIEW but can probably help with the Azure side of the configuration. I also want to connect LabVIEW to connect to IoT Hub and was planning to use a SAS token to do it, that will be a lot easier than x509, to start with, for device authentication. If you've already accomplished this with SAS token, let me know.