Cloud를 사용하여 신뢰 앵커 나열HSM CLI - AWS CloudHSM

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

Cloud를 사용하여 신뢰 앵커 나열HSM CLI

CloudHSM의 cluster mtls list-trust-anchors 명령을 사용하여 클라이언트와 TLS 간의 상호 작용CLI에 사용할 수 있는 모든 신뢰 앵커를 나열합니다 AWS CloudHSM.

사용자 유형

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

  • 모든 사용자. 이 명령을 실행하기 위해 로그인할 필요는 없습니다.

구문

aws-cloudhsm > help cluster mtls list-trust-anchors List all trust anchors for mtls Usage: cluster mtls list-trust-anchors [OPTIONS] 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

예제

다음 예제에서이 명령은에서 등록된 모든 신뢰 앵커를 나열합니다 AWS CloudHSM.

aws-cloudhsm > cluster mtls list-trust-anchors { "error_code": 0, "data": { "trust_anchors": [ { "certificate-reference": "0x01", "certificate": "<PEM Encoded Certificate 1>", "cluster-coverage": "full" }, { "certificate-reference": "0x02", "certificate": "<PEM Encoded Certificate 2>", "cluster-coverage": "full" } ] } }

인수

<CLUSTER_ID>

이 작업을 실행할 클러스터의 ID입니다.

필수: 여러 클러스터가 구성된 경우.

관련 주제