AWS cloudhsm documentation change
Summary
Normalized placeholder formatting and simplified password change instructions
Security assessment
Improves documentation clarity for security-related operations but doesn't address a specific vulnerability
Diff
diff --git a/cloudhsm/latest/userguide/change-user-password-cloudhsm-cli.md b/cloudhsm/latest/userguide/change-user-password-cloudhsm-cli.md index 037c3bfbf..f2a1f6997 100644 --- a/cloudhsm/latest/userguide/change-user-password-cloudhsm-cli.md +++ b/cloudhsm/latest/userguide/change-user-password-cloudhsm-cli.md @@ -29 +29 @@ Windows - aws-cloudhsm > login --username <USERNAME> --role <ROLE> + aws-cloudhsm > login --username <username> --role <role> @@ -37,2 +37,2 @@ Windows - "username": "admin1", - "role": "admin" + "username": "<username>", + "role": "<role>" @@ -44 +44 @@ Windows - aws-cloudhsm > user change-password --username <USERNAME> --role <ROLE> + aws-cloudhsm > user change-password --username <username> --role <role> @@ -67,5 +67 @@ Windows - 2. Use the **login** command and log in as an admin. - - aws-cloudhsm > login --username <USERNAME> --role admin - - 3. Enter the admin's password. + 2. Using CloudHSM CLI, log in as an admin. @@ -72,0 +69 @@ Windows + aws-cloudhsm > login --username <admin> --role admin @@ -77 +74 @@ Windows - "username": "admin1", + "username": "<admin>", @@ -82 +79 @@ Windows - 4. Enter the **user change-password** command along with the username of the user whose password you want to change. + 3. Enter the **user change-password** command along with the username of the user whose password you want to change. @@ -84 +81 @@ Windows - aws-cloudhsm > user change-password --username <USERNAME> --role <ROLE> + aws-cloudhsm > user change-password --username <username> --role <role> @@ -86 +83 @@ Windows - 5. Enter the new password. + 4. Enter the new password. @@ -88 +85 @@ Windows - 6. Re-enter the new password. + 5. Re-enter the new password.