쿼럼 토큰-서명 설정-제한 시간 - AWS CloudHSM

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

쿼럼 토큰-서명 설정-제한 시간

CloudHSM CLI의 quorum token-sign set-timeout 명령을 사용하여 각 토큰 유형에 대한 토큰 타임아웃 기간을 초 단위로 설정합니다.

사용자 유형

다음 사용자가 이 명령을 실행할 수 있습니다.

  • 관리자

구문

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

관련 주제