내용으로 건너뛰기

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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠