CloudHSM CLI でトラストアンカーを一覧表示する
CloudHSM CLI の cluster mtls list-trust-anchors コマンドを使用して、クライアントと AWS CloudHSM の間の相互 TLS に使用できるすべてのトラストアンカーを一覧表示します。
ユーザーのタイプ
このコマンドは、次のユーザーが実行できます。
-
すべてのユーザー。このコマンドは、ログインしていなくても実行できます。
Syntax
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。
必須: 複数のクラスターが設定されている場合。