AWS cloudhsm documentation change
Summary
Removed installation instructions for OpenSSL Dynamic Engine on RHEL 10 (both x86_64 and ARM64 architectures).
Security assessment
This change removes specific installation instructions for RHEL 10. While removing installation documentation could potentially impact security if users install outdated or insecure versions, there's no evidence in the diff that this addresses a specific security vulnerability. It appears to be routine documentation maintenance.
Diff
diff --git a/cloudhsm/latest/userguide/openssl5-install.md b/cloudhsm/latest/userguide/openssl5-install.md index 76ecf9bba..d94fff139 100644 --- a//cloudhsm/latest/userguide/openssl5-install.md +++ b//cloudhsm/latest/userguide/openssl5-install.md @@ -49,15 +48,0 @@ Install the OpenSSL Dynamic Engine for Amazon Linux 2 on ARM64 architecture: -RHEL 10 (10.0+) - - -Install the OpenSSL Dynamic Engine for RHEL 10 on x86_64 architecture: - - $ wget https://s3.amazonaws.com/cloudhsmv2-software/CloudHsmClient/EL10/cloudhsm-dyn-latest.el10.x86_64.rpm - - $ sudo yum install ./cloudhsm-dyn-latest.el10.x86_64.rpm - -Install the OpenSSL Dynamic Engine for RHEL 10 on ARM64 architecture: - - $ wget https://s3.amazonaws.com/cloudhsmv2-software/CloudHsmClient/EL10/cloudhsm-dyn-latest.el10.aarch64.rpm - - $ sudo yum install ./cloudhsm-dyn-latest.el10.aarch64.rpm -