Skip to content

Commit 7514a3b

Browse files
authored
Add a note to PKCS11 sample about TLS 1.3 (#684)
1 parent 1550067 commit 7514a3b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

samples/mqtt/mqtt5_pkcs11_connect.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ You can read more about MQTT5 for the Python IoT Device SDK V2 in the [MQTT5 use
1515

1616
## Requirements
1717

18-
**WARNING: Unix (Linux) only**. Currently, TLS integration with PKCS#11 is only available on Unix devices.
18+
> [!IMPORTANT]
19+
> TLS integration with PKCS#11 has the following limitations:
20+
> - Only supported on Unix-like platforms
21+
> - TLS 1.3 is not supported
1922
2023
This sample assumes you have the required AWS IoT resources available. Information about AWS IoT can be found [HERE](https://docs.aws.amazon.com/iot/latest/developerguide/what-is-aws-iot.html) and instructions on creating AWS IoT resources (AWS IoT Policy, Device Certificate, Private Key) can be found [HERE](https://docs.aws.amazon.com/iot/latest/developerguide/create-iot-resources.html).
2124

0 commit comments

Comments
 (0)