-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resources for Arduino Based Development boards #2
Comments
The provisioning tool, as of now, is closed source. We're hoping to open source it down the line, but I can't give any timeline. On the question of resources, we have a couple: A More Thorough Look Into The Provisioning Process Zero Touch Secure Provisioning Kit for AWS IoT This is a user guide for the "Zero Touch Secure Provisioning Kit", and is a document focused on the ECC608 provisioning and not the IoT Board itself. However, the IoT Board uses the ECC608, so this document can be highly applicable. It might help you, especially if you're willing to dig into the source code. User Guide: https://microchipdeveloper.com/iot:ztpk I'd especially recommend you to have a look at https://github.com/MicrochipTech/aws-iot-zero-touch-secure-provisioning-kit, as it's the code a lot of the functionality the IoT Provisioning Tool is based on. |
Note that JITR is not possible with a Trust&Go by using the certificates that are stored in the device itself because you don't have the private key that was used to sign these devices. Trust&Go devices are suited for AWS Multi Account Registration. If you still want to do JITR you will need to create a new chain of trust down to a new device certificate with the public key of the ECC608. The provisioning tool offers such a way for prototyping purposes. In a end user scenario a Trust&Flex or Trust&Custom device would be used. |
Hello Team,
I am working on a project using Teensy4.0 Development board. I have been able to successfully connect to AWS IoT. But I want to implement the JITR using the Microchip ATECC608 Trust and Go Device. I see a lot of functionality is built into the IoT Provisioning Tool. Are there any resources where I can look at how the tool works or if you can point to the Github repository if it is open source?
Thanks
Ram Rohit
The text was updated successfully, but these errors were encountered: