AWS cloudhsm documentation change
Summary
Updated package filenames for Ubuntu 24.04 OpenSSL provider installation
Security assessment
Changed package names to include Ubuntu version specificity. This appears to be a maintenance update for compatibility, not a security fix or new security documentation.
Diff
diff --git a/cloudhsm/latest/userguide/openssl-provider-install.md b/cloudhsm/latest/userguide/openssl-provider-install.md index 69390d70a..394b9077c 100644 --- a//cloudhsm/latest/userguide/openssl-provider-install.md +++ b//cloudhsm/latest/userguide/openssl-provider-install.md @@ -75 +75 @@ Install the OpenSSL Provider for Ubuntu 24.04 on x86_64 architecture: - $ wget https://s3.amazonaws.com/cloudhsmv2-software/CloudHsmClient/Noble/cloudhsm-openssl-provider_latest_amd64.deb + $ wget https://s3.amazonaws.com/cloudhsmv2-software/CloudHsmClient/Noble/cloudhsm-openssl-provider_latest_u24.04_amd64.deb @@ -77 +77 @@ Install the OpenSSL Provider for Ubuntu 24.04 on x86_64 architecture: - $ sudo dpkg -i ./cloudhsm-openssl-provider_latest_amd64.deb + $ sudo dpkg -i ./cloudhsm-openssl-provider_latest_u24.04_amd64.deb @@ -81 +81 @@ Install the OpenSSL Provider for Ubuntu 24.04 on ARM64 architecture: - $ wget https://s3.amazonaws.com/cloudhsmv2-software/CloudHsmClient/Noble/cloudhsm-openssl-provider_latest_arm64.deb + $ wget https://s3.amazonaws.com/cloudhsmv2-software/CloudHsmClient/Noble/cloudhsm-openssl-provider_latest_u24.04_arm64.deb @@ -83 +83 @@ Install the OpenSSL Provider for Ubuntu 24.04 on ARM64 architecture: - $ sudo dpkg -i ./cloudhsm-openssl-provider_latest_arm64.deb + $ sudo dpkg -i ./cloudhsm-openssl-provider_latest_u24.04_arm64.deb