Equivalent of findAllKeys in SDK 5

0

Hello,

As described in CloudHSM Management Utility (CMU), which belongs to SDK 3, there is a command findAllKeys that, if '<key hash (0/1)>' parameter is given the value of 1, conveniently returns the 'Key Hash', which I need to obtain because of regulatory requirements.

Is there an equivalent of this command in SDK 5?

Best regards -

질문됨 6달 전172회 조회
1개 답변
0
수락된 답변

Hello there,

From the description I understand that you are seeking an alternative for findAllKeys command in order to fetch the key hash using CloudHSM CLI that comes with SDK5.

I would like to mention that with respect to the CLI there is currently no option at this point to fetch the key hash however, as for SDK5 you can look at PKCS11 library and use the attribute to call the HASH values. [1]

Else as a workaround you can also try launching another EC2 instance with SDK3 installed for that which you need the CMU only to use the findAllKeys , for ‘<key hash (0/1)> 'option.

In addition to that, please keep an eye on the What's New Page[2] and AWS Blogs[3] to know more about future releases.

I hope that the above information helps to address your concern.

Reference links:

[1]- https://github.com/aws-samples/aws-cloudhsm-pkcs11-examples/blob/master/src/attributes/attributes.c

[2]. What's New: https://aws.amazon.com/new/

[3]. AWS Blogs: https://aws.amazon.com/blogs/aws/

AWS
답변함 6달 전
  • Thank you, Divyansha_D, for this helpful response.

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

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

질문 답변하기에 대한 가이드라인