スキップしてコンテンツを表示

Is ATECC608 device supported in Greengrass V2 via PKCS11 ?

0

I'd like to use ATECC608A/B secure element device to support secure connection to AWS with Greengrass V2. I think that this is possible via use of aws.greengrass.crypto.Pkcs11Provider but I have not been able to get confirmation of if this actually works, or exactly how to configure. Is this supported ? If so, are there any configuration examples for this ?

Thanks.

2回答
1
承認された回答

Confirmed working for me with Greengrass 2.9.2 and ATECC608A/B with d4f3b1abe version of cryptoauthlib. It does not work for me with v3.4.1 of cryptoauthlib. Some discussion here

回答済み 3年前
AWS
エキスパート
レビュー済み 3年前
0

The ATECC608A/B secure element device can be used to support secure connections with AWS Greengrass using the aws.greengrass.crypto.Pkcs11Provider. This provider allows you to use PKCS #11 libraries to access cryptographic operations provided by a Hardware Security Module (HSM), such as the ATECC608A/B.

To use the Pkcs11Provider, you will need to configure the Greengrass Core software to use the PKCS #11 library provided by the ATECC608A/B device. This typically involves specifying the path to the library, and providing a configuration file that contains information about the device and the cryptographic operations it supports.

I would recommend following the documentation from AWS Greengrass and Microchip (ATECC608A/B's manufacturer) on how to set up the secure element device and configure it to work with the AWS Greengrass.

Here is the link for AWS Greengrass documentation (Kindly visit "Install the AWS IoT Greengrass Core software with the private key and certificate in an HSM" from the below link): https://docs.aws.amazon.com/greengrass/v2/developerguide/manual-installation.html#run-greengrass-core-v2-installer-manual

Here is the link for Microchip ATECC608A/B documentation: https://www.microchip.com/wwwproducts/en/ATECC608A

回答済み 3年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ