Skip to content

Commit c4d22e6

Browse files
committed
revert FAQ & update crt to v0.37.0
1 parent 3990a80 commit c4d22e6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

documents/FAQ.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* [How to debug in VSCode?](#how-to-debug-in-vscode)
1414
* [What certificates do I need?](#what-certificates-do-i-need)
1515
* [Where can I find MQTT 311 Samples?](#where-can-i-find-mqtt-311-samples)
16+
* [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)
1617
* [I still have more questions about this sdk?](#i-still-have-more-questions-about-this-sdk)
1718

1819
### Where should I start?
@@ -176,6 +177,9 @@ Here is an example launch.json file to run the x509 pubsub sample:
176177
### Where can I find MQTT 3.1.1 Samples?
177178
The MQTT 3.1.1 samples can be found in the v1.40.0 samples folder [here](https://github.com/aws/aws-iot-device-sdk-cpp-v2/tree/v1.40.0/samples)
178179

180+
### Certificate and Private Key Usage Across Different Versions of the SDK on macOS
181+
A certificate and private key pair cannot be shared on a macOS device between aws-iot-device-sdk-cpp-v2 v1.41.0 and any other versions. In the update to v1.41.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.
182+
179183
### I still have more questions about this SDK?
180184

181185
* [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

Comments
 (0)