SSL Certificates Help

Manually install an SSL certificate on my Microsoft Azure Web App

After your certificate request is approved, you can download your certificate from the SSL manager and install it on your Microsoft IIS Server. Once the certificate is installed on your IIS server, follow this guide to convert the certificate to a .pfx file and upload it to your Microsoft Azure Portal.

If you are utilizing an Azure Virtual Machine instead of an Azure Web App, you will want to connect to your instance and install the certificate manually.

  1. Click on your Start Menu, then click Run.
  2. In the prompt, type inetmgr and click OK to launch the Internet Information Services (IIS) Manager.
  3. Under the Connections panel on the left, click on your Server Name.
  4. In the main panel under the IIS section, double click on Server Certificates.
  5. Select your recently installed certificate.
  6. Under the Actions panel on the right, click Export....
  7. In the new window, click ... under the Export to: section.
  8. Find the directory on your server where certificate and key files are stored, then type out your desired File name. Click Open.
  9. For the Password and Confirm password fields, type in a password to secure the file. This will be used when uploading the file to Azure.
  10. Click OK to create the .pfx file.
  11. Sign in to your Azure portal at https://portal.azure.com.
  12. On the left sidebar, click App Services and select your app in the new listing column that appears.
  13. On the left sidebar within your application area, find the SETTINGS grouping and click SSL certificates.
  14. In the new SSL area, click Upload Certificate.
  15. On the Add certificate sidebar to the right, click the folder icon to browse and select your .pfx file and click Open.
  16. Type out your password for the .pfx file in the Certificate password field and click Submit.
  17. In the main SSL area, click Add binding below your new certificate.
  18. On the Add SSL Binding sidebar to the right, select your Hostname and Certificate.
  19. Choose SNI SSL for SSL Type and click Add Binding to finalize the SSL install.

Next steps

More info

Note: As a courtesy, we provide information about how to use certain third-party products, but we do not endorse or directly support third-party products and we are not responsible for the functions or reliability of such products. Third-party marks and logos are registered trademarks of their respective owners. All rights reserved.