I own a domain on hostgator - example.com
I have created a web app on Azure - example.azurewebsites.net
I have gone through this tutorial:
https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-domain
And so now when I go to example.com - it loads the code from example.azurewebsites.net - awesome.
I then had to upload SSL certificates (manually taken from hostgator, saved to a text file - then converted to .pfx.)
This works fine. However, given that these certificates are updated by hostgator, and that they expire roughly every few months, am I meant to manually go through this process on Azure Add Custom Domains to upload certificates every few months?
It would be helpful if there was an automated way to do this.