I am trying to create an SSL Binding for an Azure Web App that is a host for an API App.
After navigating to "Custom domains and SSL" for the web app in question, I have added a custom domain name "admin.api.foo.com" and uploaded the PFX for my wildcard certificate (*.foo.com) and it displays in the list in the "Certificates" section.
I think the next step is to create an SSL Binding. So I go to the "SSL bindings" section and I can select the hostname "admin.api.foo.com" from the drop down but in the dropdown for the certificate there is only one option "choose certificate". Why doesn't my wildcard cert show up in this drop down?