Skip to content

Commit

Permalink
Alternate connection method blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Jan 30, 2024
1 parent 0336ba9 commit bd86a09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/mqtt5/mqtt5_pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ You can also pass a Certificate Authority file (CA) if your certificate and key
./mqtt5_pubsub --endpoint <endpoint> --cert <path to the certificate> --key <path to the private key> --topic <topic name> --ca_file <path to root CA>
```
## Alternate Connection Configuration Methods supported by AWS IoT Core
Alternate connection configuration methods can be set using the Mqtt5ClientBuilder class. We strongly recommend using the Mqtt5ClientBuilder class to configure MQTT5 clients when connecting to AWS IoT Core. The builder simplifies configuration for all authentication methods supported by AWS IoT Core.

This section shows samples for all of the authentication possibilities.

### Authentication Methods
* [Direct MQTT with X509-based mutual TLS](#direct-mqtt-with-x509-based-mutual-tls)
* [MQTT over Websockets with Sigv4 authentication](#mqtt-over-websockets-with-sigv4-authentication)
Expand Down

0 comments on commit bd86a09

Please sign in to comment.