I am trying to create an SSL certificate for a domain name.
What I did: Go to IIS Management> Server Certificates and click on Create Request. This created a * .com file with a hash inside it, which I sent to GoDaddy. From GoDaddy I got a zip with two files: * .crt and * .p7b
I exported the certificate to a * .cer file and uploaded it to Azure, but when I try to deploy a cloud project, I get an error:
Certificate with a fingerprint associated with an HTTPS endpoint does not contain a private key
After reading such problems on the Internet, I understand that my * .cer file does not contain a private key. My problem is that no matter how I try to export it to * .PFX, the PFX parameter is always disabled in the Certificate Export Wizard.
Also not sure if this is related, but when I find the full certificate request in IIS and select the certificate I received from GoDaddy. I get an error message:
Cannot find the certificate request associated with this certificate file. The certificate request must be completed on the computer on which the request was created.
source share