I have inherited an Azure Web App and I would like to secure it with SSL.
Following the official Microsoft Guide (here) I completed steps 1 - 5 of "1. Get an SSL certificate"
Therefore I have :
- a CSR - File
- uploaded the CSR to my ssl-vendor (in my case godaddy)
- downloaded the certificate for Windows IIS (.crt & .p7b)
But now I run into troubles.
- I jumped that step because I have an crt not cer
- Worked like a charm
- I found the certificate in "other users > certificates"
And now with Step 9 the problems begin.
I never get prompted if I want to export the private key and the .pfx
option is greyed out.
As it seems, it is greyed out because I do not have the private key.
Where do I get the private-key-file from my azure-app?
Or do I understand something awfully wrong here?