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/MQTT5_Userguide.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@
11
11
*[How to create an MQTT5 Client based on desired connection method](#how-to-create-an-mqtt5-client-based-on-desired-connection-method)
12
12
*[Direct MQTT with X509-based mutual TLS](#direct-mqtt-with-x509-based-mutual-tls)
13
13
*[Direct MQTT with Custom Authentication](#direct-mqtt-with-custom-authentication)
14
-
*[Direct MQTT with PKCS11 Method](#direct-mqtt-with-pkcs11-method)
15
-
*[Direct MQTT with PKCS12 Method](#direct-mqtt-with-pkcs12-method)
14
+
*[Direct MQTT with PKCS11 Method (Unix Only)](#direct-mqtt-with-pkcs11-method)
15
+
*[Direct MQTT with PKCS12 Method (macOS Only)](#direct-mqtt-with-pkcs12-method)
16
16
*[MQTT over Websockets with Sigv4 authentication](#mqtt-over-websockets-with-sigv4-authentication)
17
17
*[MQTT over Websockets with Cognito authentication](#mqtt-over-websockets-with-cognito-authentication)
18
18
*[Direct MQTT with Windows Certificate Store Method](#direct-mqtt-with-windows-certificate-store-method)
@@ -144,7 +144,7 @@ An MQTT5 direct connection can be made using a PKCS11 device rather than using a
144
144
145
145
**Note**: Currently, TLS integration withPKCS#11 is only available on Unix devices.
146
146
147
-
#### **Direct MQTT with PKCS12 Method (MacOs Only)**
147
+
#### **Direct MQTT with PKCS12 Method (macOS Only)**
148
148
149
149
An MQTT5 direct connection can be made using a PKCS12file rather than using a PEM encoded private key. To create an MQTT5 builder configured for this connection, see the following code:
0 commit comments