CSR needed to generate private key exportable SSL

AbdulRahman Bahaa 21 Reputation points
2020-08-19T17:27:49.467+00:00

I'm trying to add my SSL certificate to my web app, I bought it from GoDaddy and they provide SSL in CRT format and I was trying to generate a PFX format in order to add it to my web app, but I need a CSR in order to rekey my SSL and that CSR should be private key exportable and I tried to create CSR using IIS and it doesn't have an option to make private key exportable also I have tried to use Microsoft Management Console ( MMC ) on Windows it has the option to make private key exportable but it didn't work

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,685 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ryan Hill 25,141 Reputation points Microsoft Employee
    2020-08-20T17:38:06.593+00:00

    @AbdulRahman Bahaa You also may be able to use openssl to generate a PFX using the files provided by GoDaddy. Check out this stackoverflow answer. Also have a look at https://azure.microsoft.com/en-us/blog/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws/ on how to use digicert in addition to IIS to create your PFX.

    Hope this helps.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful