sdcloud_install_device_ca_certificate
Install a CA certificate on a device by uploading a base64-encoded certificate file and associating it with a specified CA profile.
Instructions
Install a CA certificate on a device (multipart upload). Provide the certificate file as base64 in ca_certificate_content, plus the CA profile id to associate it with.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_uuid | Yes | ||
| ca_profile_id | Yes | Unique identifier of the CA profile to associate with the installed certificate. | |
| ca_certificate_content | Yes | Base64-encoded CA certificate file content. | |
| ca_certificate_file_name | No | Filename to report for the uploaded certificate file. |