All Content 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

Select tags to filter
Sort by most recent
101 results
As of today, the hsm2m.medium CloudHSM instance type is not available in the United States (N. California) us-west-1 region. Automatic migration to this new cluster type is scheduled to begin in June ...
1
answers
0
votes
19
views
asked a day ago
Hi , We need to create the cloudhsm in hyderabad region, but while creating the cluster i am getting the error hsm instances cannot be provisioned in this region. Any idea when cloudHSM would be ava...
2
answers
0
votes
16
views
asked a day ago
Will taking only 5 minutes to use AWS CloudHSM still result in being charged for a full hour?
1
answers
1
votes
38
views
asked 7 days ago
I'm hoping to get some indication of the expected key unwrap performance when * the payload key is an RSA private key of 3K or 4K size * the wrapping key is 128 - 256 bit AES * the wrapping mechanism ...
1
answers
0
votes
51
views
asked 12 days ago
Hello, SDK 5 is used. ``` sudo ./configure-cli --cluster-id cluster- DescribeClusters call failed with error: CommonApiError(InternalError("dispatch failure")). Retrying the call. 'dispatch failur...
1
answers
0
votes
42
views
asked 19 days ago
I'm trying to connect an AWS KMS Custom Key Store to an active AWS CloudHSM cluster, but I consistently receive the following error during ConnectCustomKeyStore: CloudHsmClusterInvalidConfigurationEx...
1
answers
0
votes
40
views
asked 20 days ago
I have a CloudHSM cluster that I will be using for signing. I followed the instruction given here to generate a CSR: https://docs.aws.amazon.com/cloudhsm/latest/userguide/signtool-sdk5.html I follow...
Accepted AnswerAWS CloudHSMWindows
1
answers
0
votes
69
views
asked a month ago
I created an AWS Cloud HSM cluster and then added an HSM instance to it. The primary purpose of this HSM will be for code signing. As recommended in the AWS documentation I deleted the HSM instance to...
Accepted AnswerAWS CloudHSM
1
answers
0
votes
51
views
asked a month ago
Install Cloudhsm-cli using the link https://docs.aws.amazon.com/cloudhsm/latest/userguide/gs_cloudhsm_cli-install.html. ip and port are set. customerCA.crt is setup properly. Cluster is in initili...
2
answers
0
votes
103
views
asked a month ago
When I try to create a keypair using keytool, I get this error: ``` keytool -genkeypair -alias trusted-signatures -keyalg rsa -keysize 2048 -sigalg sha256withrsa -keystore keystore -storetype CLOUDHSM...
1
answers
0
votes
54
views
asked a month ago
According to the bot, > The fake PEM file contains information about the key, including its handle. How do I get the key handle from the fake PEM file using the v5 SDK, and not the CMU/KMU? Or, is t...
1
answers
0
votes
43
views
asked a month ago
I'm running the v5 cloudsdk with the openssl dynamic engine. I want to create a CSR. ``` openssl req -engine cloudhsm -keyform engine -new -out my-csr.csr -subj "/CN=Example /O=example.com" -key "ha...
1
answers
0
votes
67
views
asked a month ago