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
Copy file name to clipboardExpand all lines: documents/FAQ.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
*[How do debug in VSCode?](#how-do-debug-in-vscode)
11
11
*[What certificates do I need?](#what-certificates-do-i-need)
12
12
*[Where can I find MQTT 311 Samples?](#where-can-i-find-mqtt-311-samples)
13
+
*[Certificate and Private Key Usage Across Different Versions of the SDK on macOS](#certificate-and-private-key-usage-across-different-versions-of-the-sdk-on-macos)
13
14
*[I still have more questions about this sdk?](#i-still-have-more-questions-about-this-sdk)
14
15
15
16
### Where should I start?
@@ -154,6 +155,9 @@ Here is an example launch.json file to run the pubsub sample
154
155
### Where can I find MQTT 311 Samples?
155
156
The MQTT 311 Samples can be found in the v1.24.0 samples folder [here](https://github.com/aws/aws-iot-device-sdk-python-v2/tree/v1.24.0/samples)
156
157
158
+
### Certificate and Private Key Usage Across Different Versions of the SDK on macOS
159
+
A certificate and private key pair cannot be shared on a macOS device between aws-iot-device-sdk-python-v2 v1.27.0 and any other versions. In the update to v1.27.0 we migrated macOS from using Apple's deprecated Security Framework to SecItem API. In doing so, certificate and private keys are imported in a non-backwards compatible manner into the Apple Keychain.
160
+
157
161
### I still have more questions about this sdk?
158
162
159
163
*[Here](https://docs.aws.amazon.com/iot/latest/developerguide/what-is-aws-iot.html) are the AWS IoT Core docs for more details about IoT Core
0 commit comments