使用 CloudHSM CLI 列出信任锚
使用 CloudHSM CLI 中的 cluster mtls list-trust-anchors 命令列出可用于客户端与 AWS CloudHSM 之间的双向 TLS 的所有信任锚。
用户类型
以下用户均可运行此命令。
-
所有用户。您不必登录即可运行此命令。
语法
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。
必需:如果已配置多个集群。