1 個回答
- 最新
- 最多得票
- 最多評論
0
Hi there!
Yes, an X.509 certificate created from a private key in an HSM can be used without going through the CSR step (part of general provisioning). At that point you are using the PKCS#11 interface to utilize the private key. This portion of the docs covers importing an existing key/cert to an HSM, but the steps for configuring Greengrass from step 3 forward will walk you through the config.yaml
, which should look like this when done:
system: certificateFilePath: "pkcs11:object=iotdevicekey;type=cert" privateKeyPath: "pkcs11:object=iotdevicekey;type=private" rootCaPath: "/greengrass/v2/rootCA.pem" rootpath: "/greengrass/v2" thingName: "MyGreengrassCore"
Greengrass will then use certificateFilePath
and privateKeyPath
for all AWS IoT operations (connect to IoT Core, AWS IoT Greengrass, and allowed Roles Alias).
已回答 2 年前
相關內容
- 已提問 2 年前
- 已提問 2 年前
- AWS 官方已更新 3 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 1 年前