quorum token-sign set-timeout - AWS CloudHSM

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

quorum token-sign set-timeout

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" }

関連トピック