AWS IOT Add Certifcate hardcoded

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello All,

We are working on the AWS MQTT IOT based project.

currently all this are working good.

We currently add the client and public certificate from the wifi config page and it work fine.

But we need help for run the client and public certificate from the hardcoded.

We add certificate in make file.

$(NAME)_RESOURCES  := apps/aws_iot/rootca.cer \

                      apps/aws_iot/client.cer \

                      apps/aws_iot/privkey.cer

But face the issue of the connect with broker fail.

if there any idea to solve please give some reference.

Thanks

chintan patel

0 Likes
1 Solution
WinstonF_61
Moderator
Moderator
Moderator
100 likes received 100 sign-ins 50 solutions authored

Hi Chintan,

You can add the certificates to this path. The file names should be same as shown below.

pastedImage_0.png

Regards
Winston

View solution in original post

1 Reply
WinstonF_61
Moderator
Moderator
Moderator
100 likes received 100 sign-ins 50 solutions authored

Hi Chintan,

You can add the certificates to this path. The file names should be same as shown below.

pastedImage_0.png

Regards
Winston