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
Common operations for creating and updating things, groups, policies, certificates and other entities are implemented with full CloudFormation support.
15
-
The supported APIs are available on our [API coverage page]({{< ref "coverage_iot" >}}).
13
+
The supported APIs are available on our [API coverage page]().
16
14
17
15
LocalStack ships a [Message Queuing Telemetry Transport (MQTT)](https://mqtt.org/) broker powered by [Eclipse Mosquitto](https://mosquitto.org/) which supports both pure MQTT and MQTT-over-WSS (WebSockets Secure) protocols.
18
16
@@ -24,42 +22,45 @@ Start LocalStack using your preferred method.
24
22
25
23
To retrieve the MQTT endpoint, use the [`DescribeEndpoint`](https://docs.aws.amazon.com/iot/latest/apireference/API_DescribeEndpoint.html) operation.
This message will be pushed to all subscribers of this topic, including the one in the first terminal session.
65
66
@@ -68,10 +69,10 @@ This message will be pushed to all subscribers of this topic, including the one
68
69
LocalStack IoT maintains its own root certificate authority which is regenerated at every run.
69
70
The root CA certificate can be retrieved from <http://localhost.localstack.cloud:4566/_aws/iot/LocalStackIoTRootCA.pem>.
70
71
71
-
{{< callout "tip" >}}
72
+
:::note
72
73
AWS provides its root CA certificate at <https://www.amazontrust.com/repository/AmazonRootCA1.pem>.
73
74
[This section](https://docs.aws.amazon.com/iot/latest/developerguide/server-authentication.html#server-authentication-certs) contains information about CA certificates.
74
-
{{< /callout >}}
75
+
:::
75
76
76
77
When connecting to the endpoints, you will need to provide this root CA certificate for authentication.
77
78
This is illustrated below with Python [AWS IoT SDK](https://docs.aws.amazon.com/iot/latest/developerguide/iot-sdks.html),
@@ -168,10 +169,10 @@ Currently the `principalIdentifier` and `sessionIdentifier` fields in event payl
168
169
169
170
LocalStack can publish the [registry events](https://docs.aws.amazon.com/iot/latest/developerguide/registry-events.html), if [you enable it](https://docs.aws.amazon.com/iot/latest/developerguide/iot-events.html#iot-events-enable).
0 commit comments