AWS Security ChangesHomeSearch

AWS cloudhsm documentation change

Service: cloudhsm · 2025-03-30 · Documentation low

File: cloudhsm/latest/userguide/quorum-authentication-crypto-officers-first-time-setup.md

Summary

Updated command examples with placeholder syntax for filenames and values

Security assessment

Changes are formatting improvements to documentation examples, using angle brackets to indicate replaceable values. No security vulnerabilities or new security features addressed.

Diff

diff --git a/cloudhsm/latest/userguide/quorum-authentication-crypto-officers-first-time-setup.md b/cloudhsm/latest/userguide/quorum-authentication-crypto-officers-first-time-setup.md
index c3be7a62e..9649b2bed 100644
--- a/cloudhsm/latest/userguide/quorum-authentication-crypto-officers-first-time-setup.md
+++ b/cloudhsm/latest/userguide/quorum-authentication-crypto-officers-first-time-setup.md
@@ -75 +75 @@ The following example demonstrates how to use OpenSSL to create a 2048-bit RSA k
-    $ openssl genrsa -out officer1.key -aes256 2048
+    $ openssl genrsa -out <officer1.key> -aes256 2048
@@ -103 +103 @@ The registration token is just a file with any random data that doesn't exceed t
-    $ echo "token to be signed" > officer1.token
+    $ echo <token to be signed> > officer1.token
@@ -222 +221 @@ To use the following example command, replace the final number (`2`) with the pr
-    aws-cloudhsm>setMValue 3 2
+    aws-cloudhsm > setMValue 3 <2>