1

My use case is to store digital certificate (issued by some certificate authority) in AWS Cloud HSM. I know we can store private key that signs the certificate. But is it possible to store full digital certificate itself? Can someone please share the steps?

1 Answers1

0

Unfortunately you cannot store digital certificate in CloudHSM device

Here are things what you can achieve with it

When you use an HSM from AWS CloudHSM, you can perform a variety of cryptographic tasks:

  • Generate, store, import, export, and manage cryptographic keys, including symmetric keys and asymmetric key pairs.
  • Use symmetric and asymmetric algorithms to encrypt and decrypt data.
  • Use cryptographic hash functions to compute message digests and hash-based message authentication codes (HMACs).
  • Cryptographically sign data (including code signing) and verify signatures.
  • Generate cryptographically secure random data.

Docs & fAQ for more reference

Jatin Mehrotra
  • 9,286
  • 4
  • 28
  • 67
  • can you share some links related cryptographic functions and Cryptographically signing data? –  Sep 07 '22 at 06:08
  • This should help https://aws.amazon.com/blogs/apn/signing-data-using-keys-stored-in-aws-cloudhsm-with-python/ if this helped you, it would be great if you can accept this as answer, so that it can help others in the future – Jatin Mehrotra Sep 09 '22 at 03:25