v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142381,278956.3 KB

Registers a device certificate with IoT in the same certificate mode as the signing CA. If you have more than one CA certificate that has the same subject field, you must specify the CA certificate that was used to sign the device certificate being registered.

Requires permission to access the RegisterCertificate action.

post/certificate/register

Query parameters

setAsActiveboolean
<p>A boolean value that specifies if the certificate is set to active.</p> <p>Valid values: <code>ACTIVE | INACTIVE</code> </p>

Request body

certificatePemstring required

The PEM of a certificate.

caCertificatePemstring

The PEM of a certificate.

status'ACTIVE' | 'INACTIVE' | 'REVOKED' | 'PENDING_TRANSFER' | 'REGISTER_INACTIVE' | 'PENDING_ACTIVATION'

The status of the register certificate request. Valid values that you can use include <code>ACTIVE</code>, <code>INACTIVE</code>, and <code>REVOKED</code>.

Response

Success

certificateArnstring

The certificate ARN.

certificateIdstring

The certificate identifier.