CloudHSM CLI でトークンタイムアウト期間を設定する - AWS CloudHSM

CloudHSM CLI でトークンタイムアウト期間を設定する

CloudHSM CLI の quorum token-sign set-timeout コマンドを使用して、各トークンタイプのトークンのタイムアウト時間を秒単位で設定します。

ユーザーのタイプ

このコマンドは、次のユーザーが実行できます。

  • 管理

Syntax

aws-cloudhsm > help quorum token-sign set-timeout Set timeout duration in seconds for token validity Usage: quorum token-sign set-timeout <--generated <GENERATED> |--approved <APPROVED>> 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 --generated <GENERATED> Timeout period in seconds for a generated (non-approved) token to be approved --approved <APPROVED> Timeout period in seconds for an approved token to be used to execute a quorum operation -h, --help Print help (see a summary with '-h')

次の例では、quorum token-sign set-timeout コマンドでトークンのタイムアウト期間を設定する方法を示します。

aws-cloudhsm > quorum token-sign set-timeout --generated 900 { "error_code": 0, "data": "Set token timeout successful" }

関連トピック