Skip to content

Commit 6bcf068

Browse files
authored
Update iot-hub-tls-support.md
1 parent 58243ac commit 6bcf068

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/iot-hub/iot-hub-tls-support.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ Root CA migrations are extremely rare, you should always prepare your IoT soluti
4646

4747
## Cipher Suites
4848
To comply with Azure security policy for a secure connection, IoT Hub supports the following RSA and ECDSA cipher suites for TLS 1.2:
49-
* `TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256`
50-
* `TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384`
51-
* `TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256`
52-
* `TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384`
53-
* `TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256`
54-
* `TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384`
55-
* `TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256`
56-
* `TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384`
49+
* TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
50+
* TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
51+
* TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
52+
* TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
53+
* TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
54+
* TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
55+
* TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
56+
* TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
5757

5858
The following cipher suites are currently allowed in IoT Hub, however these cipher suites are no longer recommended by the Azure security guidelines.
5959

0 commit comments

Comments
 (0)