Skip to content

Commit 903a013

Browse files
committed
Update table contents
1 parent fefa900 commit 903a013

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

documents/MQTT5_Userguide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
* [How to create an MQTT5 Client based on desired connection method](#how-to-create-an-mqtt5-client-based-on-desired-connection-method)
1212
* [Direct MQTT with X509-based mutual TLS](#direct-mqtt-with-x509-based-mutual-tls)
1313
* [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)
1616
* [MQTT over Websockets with Sigv4 authentication](#mqtt-over-websockets-with-sigv4-authentication)
1717
* [MQTT over Websockets with Cognito authentication](#mqtt-over-websockets-with-cognito-authentication)
1818
* [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
144144

145145
**Note**: Currently, TLS integration with PKCS#11 is only available on Unix devices.
146146

147-
#### **Direct MQTT with PKCS12 Method (MacOs Only)**
147+
#### **Direct MQTT with PKCS12 Method (macOS Only)**
148148

149149
An MQTT5 direct connection can be made using a PKCS12 file rather than using a PEM encoded private key. To create an MQTT5 builder configured for this connection, see the following code:
150150

0 commit comments

Comments
 (0)