SSL with private key on an HSM

后端 未结 5 598
醉梦人生
醉梦人生 2021-01-06 19:03

I have a client-server architecture in my application that uses SSL. Currently, the private key is stored in CAPI\'s key store location. For security reasons, I\'d like to

5条回答
  •  感情败类
    2021-01-06 19:29

    Private keys are exported depending on the configuration settings of the HSM. You need to speak to the HSM vendor to find out which of their HSM's provide this feature.

提交回复
热议问题