Home > Mobile >  Add a Custom Certificate to Application
Add a Custom Certificate to Application

Time:01-11

I have created a WordPress website from marketplace on azure app service. Can someone help me on how to add SSL to it?

Custom SSL added to the Site.

CodePudding user response:

If you have purchased an App Service certificate which is private certificate that's managed by Azure. It combines the simplicity of automated certificate management and the flexibility of renewal and export options. Refer to these step by step document: Import an App Service Certificate

If you already have a private certificate from a third-party provider, you can upload by following this document:

Upload a private certificate Also, See Private certificate requirements.

Let me know if the above solution resolved your issue!

  • Related