From 85414cfec2219e4e4fe9cf93685f11ad4cdecd50 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Tue, 12 Nov 2024 08:55:46 +0000 Subject: [PATCH] Add extra step --- tutorials/mqtt/mqtt-client-aws-iot/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/mqtt/mqtt-client-aws-iot/main.c b/tutorials/mqtt/mqtt-client-aws-iot/main.c index 1b35dcea0c..e8e24865cb 100644 --- a/tutorials/mqtt/mqtt-client-aws-iot/main.c +++ b/tutorials/mqtt/mqtt-client-aws-iot/main.c @@ -23,6 +23,7 @@ // Choose "crt.csr" created on a previous step // Choose "Active" to activate certificate // Click Create +// Attach PolicyAllow policy to the created certificate // Downoad AmazonRootCA1.pem as ca.pem and generated certificate as crt.pem // Select certificate, attach PolicyAllow to it // 6. Type "make" to build and run the example