Module provision
- data ๐
- payload ๐
- topic ๐
- DeviceCertificateInfo
- Represents information about a device certificate, including the ownership
token, certificate ID, certificate, and private key.
- ProvisionError
- An error that occurred during the provisioning process.
- RegisterThingResponse
- This struct represents the response payload for the operation to register a
new IoT device.
- create_certificate_from_csr
- Creates a new device certificate and keys using the provided CSR
(Certificate Signing Request).
- create_keys_and_certificate
- Creates a new device certificate and keys using the MQTT client.
- register_thing
- Registers a new device with the AWS IoT Core service using the provided
device certificate information and provisioning template.