0

Hi I have a PHP application installed in the Azure web app, in that application users can add there own domain as cname alias custom domains through submission of a form which already implemented, what I need is the option to bind Azure App managed SSL certificate to that custom domain so the customers can access the website in https, I am looking for a REST API for this functionality is it possible to automate this feature.

Anoop vt
  • 23
  • 7

1 Answers1

1

I've listed below the REST APIs you can use:

Ryan Hill
  • 1,821
  • 2
  • 8
  • 21
  • Thanks, I used the first API to generate a SSL thumbprint and used that thumbprint in API listed below thread and it worked https://stackoverflow.com/questions/52835041/add-ssl-bindings-custom-domain-in-dynamically-created-web-app-service – Anoop vt Nov 19 '20 at 10:56