You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update days before close to 4 days so it matches github tag description
Reduce bot run frequency to once a day
* Fix fleep provisioning cli command and format readme to be more uniform
* add sh tags to code segments
* fix spacing and newlines
* format command line instructions into a more readable format
* Update README.md
Copy file name to clipboardExpand all lines: README.md
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ to Python by the `awscrt` package ([PyPI](https://pypi.org/project/awscrt/)) ([G
26
26
*[Samples](samples)
27
27
*[Getting Help](#Getting-Help)
28
28
*[Giving Feedback and Contributions](#Giving-Feedback-and-Contributions)
29
+
*[More Resources](#More-Resources)
30
+
29
31
30
32
## Installation
31
33
@@ -56,6 +58,7 @@ sudo apt-get install cmake
56
58
sudo apt-get install python3-dev
57
59
```
58
60
61
+
59
62
## Mac-Only TLS Behavior
60
63
61
64
Please note that on Mac, once a private key is used with a certificate, that certificate-key pair is imported into the Mac Keychain. All subsequent uses of that certificate will use the stored private key and ignore anything passed in programmatically. Beginning in v1.3.2, when a stored private key from the Keychain is used, the following will be logged at the "info" log level:
@@ -64,6 +67,7 @@ Please note that on Mac, once a private key is used with a certificate, that cer
64
67
static: certificate has an existing certificate-key pair that was previously imported into the Keychain. Using key from Keychain instead of the one provided.
65
68
```
66
69
70
+
67
71
## Samples
68
72
69
73
[Samples README](samples)
@@ -88,10 +92,24 @@ is provided by code that been generated from a model of the service.
88
92
89
93
We need your help in making this SDK great. Please participate in the community and contribute to this effort by submitting issues, participating in discussion forums and submitting pull requests through the following channels.
90
94
91
-
*[Contributions Guidelines](CONTRIBUTING.md)
95
+
*[Contributions Guidelines](/CONTRIBUTING.md)
92
96
* Articulate your feature request or upvote existing ones on our [Issues](https://github.com/aws/aws-iot-device-sdk-python-v2/issues?q=is%3Aissue+is%3Aopen+label%3Afeature-request) page.
Fleet provisioning requires some additional AWS resources be set up first. This section documents the steps you need to take to
311
-
get the sample up and running. These steps assume you have the AWS CLI installed and the default user/credentials has
312
-
sufficient permission to perform all of the listed operations. These steps are based on provisioning setup steps
313
-
that can be found at [Embedded C SDK Setup](https://docs.aws.amazon.com/freertos/latest/lib-ref/c-sdk/provisioning/provisioning_tests.html#provisioning_system_tests_setup)
310
+
#### Aws Resource Setup
314
311
315
-
First, create the IAM role that will be needed by the fleet provisioning template. Replace `RoleName` with a name of the role you want to create.
316
-
<pre>
312
+
Fleet provisioning requires some additional AWS resources be set up first. This section documents the steps you need to take to
313
+
get the sample up and running. These steps assume you have the AWS CLI installed and the default user/credentials has
314
+
sufficient permission to perform all of the listed operations. These steps are based on provisioning setup steps
315
+
that can be found at [Embedded C SDK Setup](https://docs.aws.amazon.com/freertos/latest/lib-ref/c-sdk/provisioning/provisioning_tests.html#provisioning_system_tests_setup).
316
+
317
+
First, create the IAM role that will be needed by the fleet provisioning template. Replace `RoleName` with a name of the role you want to create.
0 commit comments