Skip to content

Commit bc32eab

Browse files
committed
Resolve formatting issues
1 parent 469a8c9 commit bc32eab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demos/fleet_provisioning/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
### Creating the Provisioning Policy
44

5-
1. Login to your AWS account and open AWS IoT Core. On the side bar click on security > policies > create policy
6-
2. Set a relevant policy name
5+
1. Login to your AWS account and open AWS IoT Core. On the side bar click on security > policies > create policy
6+
2. Set a relevant policy name
77
3. Copy the contents in the demos/fleet_provisioning/fleet_provisioning_with_csr(or fleet_provisioning_keys_cert_demo)/example_claim_policy.json and paste it in the policy document on the AWS console.
88
4. Create the policy
99

1010

1111
### Creating the Claim Certificate
1212

13-
1. On the side bar of the AWS IoT Core click on security > certificates > add certificate. Make the “Certificate Status” active and download the certificate files from the prompt given.
13+
1. On the side bar of the AWS IoT Core click on security > certificates > add certificate. Make the “Certificate Status” active and download the certificate files from the prompt given.
1414
2. Set the value of the macro CLAIM_CERT_PATH in the democonfig.h file to the path of the certificate downloaded and set the value of the macro CLAIM_PRIVATE_KEY_PATH in the democonfig.h file to the path of the private key downloaded. Alternatively you can set the values of these through command line parameters.
1515
3. Now click on the certificate > attach policies > select your provisioning policy made in the previous section and select attach policy.
1616

0 commit comments

Comments
 (0)