CloudHSM CLI で mTLS 適用レベルを取得する - AWS CloudHSM

CloudHSM CLI で mTLS 適用レベルを取得する

CloudHSM CLI の cluster mtls get-enforcement コマンドを使用して、クライアントと AWS CloudHSM の間の相互 TLS の使用の適用レベルを取得します。

ユーザーのタイプ

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

  • 管理

  • Crypto User (CU)

要件

  • このコマンドを実行するには、管理者ユーザーまたは Crypto User (CU) としてログインする必要があります。

Syntax

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。

必須: 複数のクラスターが設定されている場合。

関連トピック