Questions tagged with AWS CloudHSM
AWS CloudHSM is a cloud-based hardware security module (HSM) that enables you to easily generate and use your own encryption keys on the AWS Cloud.
Content language: English
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
107 results
Hello,
I am using AWS CloudHSM Client SDK 5 on RHEL 9. I have created keys using aws cloud hsm cli.
I am trying to generate csr using openssl with AWS CloudHSM OpenSSL Dynamic Engine as per the comm...
3
answers
0
votes
125
views
asked 4 months ago
i'm using cloudhsm_pkcs11 with openssl3.5 and i'm getting error after calling (in C++)
```
auto uri = "pkcs11:token=hsm1;object=ca-signing-key;type=private;pin-value=user:pass";
::OSSL_STORE_open(uri,...
Accepted AnswerAWS CloudHSM
1
answers
0
votes
54
views
asked 4 months ago
Hello,
Today I created my free tier account to create a bucket to be able to link S3 to Quick Suite, but after trying to create it I got an email saying that my paid plan has just started automatical...
1
answers
-1
votes
119
views
asked 6 months ago
We are using Cloud HSM Client SDK 5 with JCE Provider to perform signing.
My question is about the retry mechanism that we need to implement in case of transient failures. I undertstand that, SDK 5 ha...
1
answers
0
votes
127
views
asked 7 months ago
Hi Team,
We are building a document-signing solution similar to DocuSign and Adobe eSign, and are exploring AWS CloudHSM to securely host and manage our signing certificates.
If anyone in the commun...
4
answers
0
votes
195
views
asked 8 months ago
Hello folks,
We are using AWS CloudHSM with the CloudHSM KSP 5.15.0 on Windows Server 2022
to sign MSIX packages using SignTool.exe.
Issue:
SignTool consistently fails with error "SignerSign() fail...
1
answers
0
votes
101
views
asked 9 months ago
I want to run a signtool command on my local windows development machine that uses a code signing certificate which points to it's private key over AWS CloudHSM Cluster. Currently I am not able to con...
1
answers
0
votes
208
views
asked 9 months ago
I need to import a raw AES-256 symmetric key (wrapping key) into AWS CloudHSM to unwrap HMAC secrets(I need to import this as well). CloudHSM CLI (SDK 5) appears to have limited key import capabilitie...
2
answers
0
votes
160
views
asked 10 months ago
**Summary**: The client attempts to connect when any node is DELETE_IN_PROGRESS.
**Details**: Before initializing CloudHsmProvider (cloudhsm-jce-5.16.1.jar), we invoke DescribeClustersRequest (cloudhs...
1
answers
0
votes
136
views
asked a year ago
I have initialized a CloudHSM cluster and the HSM shows as ACTIVE, but I cannot establish any TCP connections to the HSM ports (2223-2225).
## Current State:
- Cluster State: INITIALIZED
- HSM State...
2
answers
0
votes
227
views
asked a year ago
I’m working on a serverless project and would like to integrate AWS CloudHSM using the AWS CloudHSM Client SDK 5. According to the [official documentation](https://docs.aws.amazon.com/cloudhsm/latest/...
1
answers
1
votes
176
views
asked a year ago
HI,
I'm using CloudHSM (single instance of hsm1) with a Java application using the JCE provider (SDKv5).
I created an instance of CloudHsmProvider in order to sign token generated by JOSE (https://co...
2
answers
0
votes
144
views
asked a year ago