Azure App Service Certificate. Exporting the certificate with the chain included for app service web app consumption. This pfx file has empty password.
When you create a web app, azure assigns it to a subdomain of azurewebsites.net. But when you publish the application, the application runs on azure. Navigate to your created azure app service for example a azure web app.
For more information, check out:
But with an azure app service hosted website with a custom domain, there are now a few free options available. Protect an app service web app with an app service managed certificate standard azure domains (yourwebsite.azurewebsites.net) are already ssl protected by default, but custom domains aren't. Complete the steps below to have an active certificate ready to use. The catch with let's encrypt ssl certificates is that they only last for 90 days.
If you have any questions/issues about this article, please let me know in the comments. The certificate status is issued and all the 3 steps, store, verify and assign are ticked green.
We will also create a web app in azure and link with this domain. Exporting the certificate with the chain included for app service web app consumption.