How to generate certificate if private key is in HSM?

后端 未结 3 1491
梦如初夏
梦如初夏 2021-01-02 10:12

I often use openssl to generate RSA key and certificate. But now i encounter a problem. openssl x509 -req require private key as input. But now we\

3条回答
  •  孤城傲影
    2021-01-02 10:48

    Use HSM's supported functions (Usually the HSM provider support and provide required library) like encrypt(), decrypt(), sign() to get the desired data. You cannot get the private key object from HSM and you cannot use openssl for HSM.

提交回复
热议问题