CloudHSM CLI를 사용하여 mTLS 적용 수준 가져오기 - AWS CloudHSM

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

CloudHSM CLI를 사용하여 mTLS 적용 수준 가져오기

CloudHSM CLI에서 cluster mtls get-enforcement 명령을 사용하여 클라이언트와 간의 상호 TLS 사용 적용 수준을 가져옵니다 AWS CloudHSM.

사용자 유형

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

  • 관리자

  • CU(Crypto User)

요구 사항

  • 이 명령을 실행하려면 관리자 또는 Crypto User(CU)로 로그인해야 합니다.

구문

aws-cloudhsm > help cluster mtls get-enforcement Get the status of mtls enforcement in the cluster Usage: cluster mtls get-enforcement [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의 mtls 적용 수준을 나열합니다.

aws-cloudhsm > cluster mtls get-enforcement { "error_code": 0, "data": { "mtls-enforcement-level": "none" } }

인수

<CLUSTER_ID>

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

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

관련 주제