Problem with TemporaryKey.pfx I don't have the password

前端 未结 2 1565
甜味超标
甜味超标 2021-02-12 20:31

A client of mine has a problem. He had a Microsoft CRM developper and he left. Now the project remains uncomplete. I\'ve downloaded the source code of the custom applications an

2条回答
  •  南旧
    南旧 (楼主)
    2021-02-12 20:56

    If PFX is password-protected, you can do little about this if you don't have a password. PFX contains a certificate with corresponding private key and optionally one or more CA certificates. Was the certificate in question self-signed or it was issued by some CA? I guess it was self-signed, considering it's file name. So you just create another certificate and use it instead of the old file.

提交回复
热议问题