How to get .pfx file from .cer and .key?

前端 未结 2 1982
独厮守ぢ
独厮守ぢ 2021-01-15 04:29

Before questioning here. I\'ve searched a lot about my problem. And problem is still exists. Below is the references of posts, which I\'ve already read.

How to creat

2条回答
  •  情话喂你
    2021-01-15 04:42

    The req command creates a certificate request by default, not a certificate. If you add the -x509 argument, it will self-sign the request using the provided key, and output a certificate instead. You should then be able to create the .pfx successfully.

提交回复
热议问题