AWS cloudhsm documentation change
Summary
Added installation instructions for RHEL 10 (x86_64/ARM64) and RHEL 8 (ARM64); removed Ubuntu 20.04 LTS instructions.
Security assessment
Routine update of supported platforms. No evidence of security fixes or vulnerability remediation in the change.
Diff
diff --git a/cloudhsm/latest/userguide/pkcs11-library-install.md b/cloudhsm/latest/userguide/pkcs11-library-install.md index 2dcf88846..e5a81a9c1 100644 --- a//cloudhsm/latest/userguide/pkcs11-library-install.md +++ b//cloudhsm/latest/userguide/pkcs11-library-install.md @@ -52,0 +53,15 @@ Install the PKCS #11 library for Amazon Linux 2 on ARM64 architecture: +RHEL 10 (10.0+) + + +Install the PKCS #11 library for RHEL 10 on X86_64 architecture: + + $ wget https://s3.amazonaws.com/cloudhsmv2-software/CloudHsmClient/EL10/cloudhsm-pkcs11-latest.el10.x86_64.rpm + + $ sudo yum install ./cloudhsm-pkcs11-latest.el10.x86_64.rpm + +Install the PKCS #11 library for RHEL 10 on ARM64 architecture: + + $ wget https://s3.amazonaws.com/cloudhsmv2-software/CloudHsmClient/EL10/cloudhsm-pkcs11-latest.el10.aarch64.rpm + + $ sudo yum install ./cloudhsm-pkcs11-latest.el10.aarch64.rpm + @@ -76,0 +92,6 @@ Install the PKCS #11 library for RHEL 8 on X86_64 architecture: +Install the PKCS #11 library for RHEL 8 on ARM64 architecture: + + $ wget https://s3.amazonaws.com/cloudhsmv2-software/CloudHsmClient/EL8/cloudhsm-pkcs11-latest.el8.aarch64.rpm + + $ sudo yum install ./cloudhsm-pkcs11-latest.el8.aarch64.rpm + @@ -107,9 +127,0 @@ Install the PKCS #11 library for Ubuntu 22.04 LTS on ARM64 architecture: -Ubuntu 20.04 LTS - - -Install the PKCS #11 library for Ubuntu 20.04 LTS on X86_64 architecture: - - $ wget https://s3.amazonaws.com/cloudhsmv2-software/CloudHsmClient/Focal/cloudhsm-pkcs11_latest_u20.04_amd64.deb - - $ sudo apt install ./cloudhsm-pkcs11_latest_u20.04_amd64.deb -