AWS cloudhsm documentation change
Summary
Corrected configure command to include .exe extension and use PowerShell syntax
Security assessment
Fixes command syntax for proper execution but doesn't address security vulnerabilities or document security features. Prevents user errors rather than security issues.
Diff
diff --git a/cloudhsm/latest/userguide/cmu-install-and-configure-client-win.md b/cloudhsm/latest/userguide/cmu-install-and-configure-client-win.md index 1e80b1ec6..cb64341b1 100644 --- a//cloudhsm/latest/userguide/cmu-install-and-configure-client-win.md +++ b//cloudhsm/latest/userguide/cmu-install-and-configure-client-win.md @@ -28 +28 @@ To work with a hardware security module (HSM) in your AWS CloudHSM cluster on Wi - 1. Run **configure -a`<IP of one of the HSMs>`**. + 1. Run **configure.exe -a`<IP of one of the HSMs>`**. @@ -32 +32 @@ To work with a hardware security module (HSM) in your AWS CloudHSM cluster on Wi - 3. Run **config -m**. + 3. Run **configure.exe -m**. @@ -42 +42 @@ To work with a hardware security module (HSM) in your AWS CloudHSM cluster on Wi - C:\Program Files\Amazon\CloudHSM\bin\ configure.exe -a <HSM IP address> + PS C:\> & "C:\Program Files\Amazon\CloudHSM\configure.exe" -a <HSM IP address>