使用适用于 AWS CloudHSM Client SDK 3 的 OpenSSL 动态引擎 - AWS CloudHSM

使用适用于 AWS CloudHSM Client SDK 3 的 OpenSSL 动态引擎

要在集成 OpenSSL 的应用程序中使用适用于 OpenSSL 的 AWS CloudHSM 动态引擎,请确保您的应用程序使用名为 cloudhsm 的 OpenSSL 动态引擎。动态引擎的共享库位于 /opt/cloudhsm/lib/libcloudhsm_openssl.so

要在 OpenSSL 命令行中使用适用于 OpenSSL 的 AWS CloudHSM 动态引擎,请使用 -engine 选项指定名为 cloudhsm 的 OpenSSL 动态引擎。例如:

$ openssl s_server -cert server.crt -key server.key -engine cloudhsm