注销HSM正在使用的云端 HSM CLI - AWS CloudHSM

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

注销HSM正在使用的云端 HSM CLI

在 Cloud HSM CLI 中使用logout命令注销 AWS CloudHSM 集群中的每个硬件安全模块 (HSM)。

用户类型

以下用户均可运行此命令。

  • Admin

  • 加密用户 (CU)

语法

aws-cloudhsm > help logout Logout of your cluster USAGE: logout OPTIONS: --cluster-id <CLUSTER_ID> Unique Id to choose which of the clusters in the config file to run the operation against. If not provided, will fall back to the value provided when interactive mode was started, or error -h, --help Print help information -V, --version Print version information

示例

此命令将您从集群中的所有HSMs内容中注销。

aws-cloudhsm > logout { "error_code": 0, "data": "Logout successful" }

相关 主题