0
votes

I have created my device certificate signed by my CA (previously registered with AWS IoT), what AWS API call do I use to associate it to my device in the registry. To be more specific the steps that I am trying to achieve are the following: 1) Register my CA with AWS IoT. 2) Create a thing entry in the registry for my device. 3) Generate a certificate for my device signed by my CA. 4) Associate the certificate created above with device created in the registry so that it can be authenticated when it connects.

How do I perform step 4) programmatically using the API or AWS-SDK in android?

1

1 Answers

0
votes

You can use AttachThingPrincipal API. This api can associate principal (such as a certificate or other credential) with device created in the registry.