AWS cloudhsm documentation change
Summary
Updated command syntax to use PowerShell call operator and quotes
Security assessment
The change standardizes command execution syntax but does not introduce or modify security-related content. No security implications identified.
Diff
diff --git a/cloudhsm/latest/userguide/kmu-install-and-configure-client-win.md b/cloudhsm/latest/userguide/kmu-install-and-configure-client-win.md index a62b2796a..0fa1ad0ed 100644 --- a//cloudhsm/latest/userguide/kmu-install-and-configure-client-win.md +++ b//cloudhsm/latest/userguide/kmu-install-and-configure-client-win.md @@ -23 +23 @@ 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>