You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to set up device group enrollment using IoT Python SDK, but I can't provision more than one device in such way.
The reason seems to be that the current Python-based provisioning uses the library provisioning_device_client.so, which, in turn, is set to use hsm_client_riot.c for device provisioning.
In IoT C SDK there is an option to use Custom HSM (with some steps to rebuild the libraries to use custom HSM). Is there a way to integrate it into Python option?
The text was updated successfully, but these errors were encountered:
@bukarev, thank you for your contribution to our open-sourced project! Please help us improve by filling out this 2-minute customer satisfaction survey
I tried to set up device group enrollment using IoT Python SDK, but I can't provision more than one device in such way.
The reason seems to be that the current Python-based provisioning uses the library provisioning_device_client.so, which, in turn, is set to use hsm_client_riot.c for device provisioning.
In IoT C SDK there is an option to use Custom HSM (with some steps to rebuild the libraries to use custom HSM). Is there a way to integrate it into Python option?
The text was updated successfully, but these errors were encountered: