AWS Security ChangesHomeSearch

AWS cloudhsm documentation change

Service: cloudhsm · 2026-01-13 · Documentation low

File: cloudhsm/latest/userguide/third-offload-linux-openssl.md

Summary

Added line continuation backslashes to RSA and EC key generation commands

Security assessment

Change is purely syntactic (adding backslashes for command continuation) with no security implications or references to vulnerabilities.

Diff

diff --git a/cloudhsm/latest/userguide/third-offload-linux-openssl.md b/cloudhsm/latest/userguide/third-offload-linux-openssl.md
index 356d50f13..9979225cc 100644
--- a//cloudhsm/latest/userguide/third-offload-linux-openssl.md
+++ b//cloudhsm/latest/userguide/third-offload-linux-openssl.md
@@ -262 +262 @@ Use the [key generate-asymmetric-pair rsa](./cloudhsm_cli-key-generate-asymmetri
-    --private-label tls_rsa_private
+    --private-label tls_rsa_private \
@@ -365 +365 @@ Use the [key generate-asymmetric-pair ec](./cloudhsm_cli-key-generate-asymmetric
-        --private-label tls_ec_private
+        --private-label tls_ec_private \