AWS Security ChangesHomeSearch

AWS iot documentation change

Service: iot · 2025-11-22 · Documentation low

File: iot/latest/developerguide/jit-provisioning.md

Summary

Updated CLI command URLs by adding double slashes in paths and corrected documentation links

Security assessment

Changes involve URL formatting corrections (e.g., adding double slashes in CLI command links) and documentation path fixes. No security-related content was added or modified.

Diff

diff --git a/iot/latest/developerguide/jit-provisioning.md b/iot/latest/developerguide/jit-provisioning.md
index 47320cdda..4cf491800 100644
--- a//iot/latest/developerguide/jit-provisioning.md
+++ b//iot/latest/developerguide/jit-provisioning.md
@@ -156 +156 @@ In this example, the value of the `templateBody` field must be a JSON object spe
-  2. Register a CA certificate with the [RegisterCACertificate](https://docs.aws.amazon.com/iot/latest/apireference/API_RegisterCACertificate.html) API operation or the [`register-ca-certificate`](https://docs.aws.amazon.com/cli/latest/reference/iot/register-ca-certificate.html) CLI command. You will specify the directory of the provisioning template and role ARN information that you saved in the previous step:
+  2. Register a CA certificate with the [RegisterCACertificate](https://docs.aws.amazon.com/iot/latest/apireference/API_RegisterCACertificate.html) API operation or the [`register-ca-certificate`](https://docs.aws.amazon.com//cli/latest/reference/iot/register-ca-certificate.html) CLI command. You will specify the directory of the provisioning template and role ARN information that you saved in the previous step:
@@ -168 +168 @@ The following shows an example of how to register a CA certificate in `SNI_ONLY`
-For more information, see [Register your CA Certificates](https://docs.aws.amazon.com/iot/latest/developerguide/register-CA-cert.html).
+For more information, see [Register your CA Certificates](https://docs.aws.amazon.com//iot/latest/developerguide/register-CA-cert.html).
@@ -170 +170 @@ For more information, see [Register your CA Certificates](https://docs.aws.amazo
-  3. (Optional) Update the settings for a CA certificate by using the [UpdateCACertificate](https://docs.aws.amazon.com/iot/latest/apireference/API_UpdateCACertificate.html) API operation or the [`update-ca-certificate`](https://docs.aws.amazon.com/cli/latest/reference/iot/update-ca-certificate.html) CLI command. 
+  3. (Optional) Update the settings for a CA certificate by using the [UpdateCACertificate](https://docs.aws.amazon.com/iot/latest/apireference/API_UpdateCACertificate.html) API operation or the [`update-ca-certificate`](https://docs.aws.amazon.com//cli/latest/reference/iot/update-ca-certificate.html) CLI command. 
@@ -186 +186 @@ To register a CA by using a provisioning template name, follow these steps:
-  2. To create a provisioning template, use the [CreateProvisioningTemplate](https://docs.aws.amazon.com/iot/latest/apireference/API_CreateProvisioningTemplate.html) API or the [`create-provisioning-template`](https://docs.aws.amazon.com/cli/latest/reference/iot/create-provisioning-template.html) CLI command:
+  2. To create a provisioning template, use the [CreateProvisioningTemplate](https://docs.aws.amazon.com/iot/latest/apireference/API_CreateProvisioningTemplate.html) API or the [`create-provisioning-template`](https://docs.aws.amazon.com//cli/latest/reference/iot/create-provisioning-template.html) CLI command:
@@ -196 +196 @@ For just-in-time provisioning (JITP), you must specify template type to be `JITP
-  3. To register CA with template name, use the [RegisterCACertificate](https://docs.aws.amazon.com/iot/latest/apireference/API_RegisterCACertificate.html) API or the [`register-ca-certificate`](https://docs.aws.amazon.com/cli/latest/reference/iot/register-ca-certificate.html) CLI command:
+  3. To register CA with template name, use the [RegisterCACertificate](https://docs.aws.amazon.com/iot/latest/apireference/API_RegisterCACertificate.html) API or the [`register-ca-certificate`](https://docs.aws.amazon.com//cli/latest/reference/iot/register-ca-certificate.html) CLI command: