{ "opencollection": "1.0.0", "info": { "name": "AWS IoT Accept Certificate Transfer Keys And Certificate API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Keys And Certificate", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT Device Defender Create Keys and Certificate", "type": "http" }, "http": { "method": "POST", "url": "http://iot.{region}.amazonaws.com/keys-and-certificate", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "setAsActive", "value": "", "type": "query", "description": "Specifies whether the certificate is active." } ] }, "docs": "
Creates a 2048-bit RSA key pair and issues an X.509 certificate using the issued public key. You can also call CreateKeysAndCertificate over MQTT from a device, for more information, see Provisioning MQTT API.
Note This is the only time IoT issues the private key for this certificate, so it is important to keep it in a secure location.
Requires permi" } ] } ], "bundled": true }