Decrypt with PrivateKey X.509 Certificate

前端 未结 2 1158
春和景丽
春和景丽 2021-01-05 06:38

I have a problem to decrypt a message usgin X.509 Certificate.

I generate my certificate with makecert with this options:

makecert -r -pe -n \"CN=MyC         


        
2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-05 07:36

    I think you should be using "-sky exchange" to generate a public/private key pair.

提交回复
热议问题