I am running into an issue when uploading my SSL certificate to Azure. I have a premium certificate from GoDaddy that has been running in IIS for the past year. As we are migrating to Azure, I exported it to a PFX, went to Azure to add it to my Web App, and received the following error message:
Failed to update web app settings
Failed to update web app settings for [APP_NAME]: The password is incorrect, or the certificate is not valid
I have tried the following:
- Ensure password is correct
- Export from IIS as pfx
- Export from MMC as pfx with full paths available
They all have the same results with the error message. Does anyone have any ideas?