How to configure SSL certificate on SuiteCRM which is deployed in Azure VM

Muhammad Shajiuddin 1 Reputation point
2020-12-13T14:19:55.02+00:00

Hi,

I have a VM on Azure cloud and Debian OS inside that VM.

I need to configure SSL certificate (Azure or else) on SuiteCRM (Apache, PHP, Mysql) and the current url is like this (http://xxxxxxxxxx.francecentral.cloudapp.azure.com/) it should be 'http' should be 'https'

Any help will be highly appreciable.

Regards

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,035 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Chaitanya Chandra 1 Reputation point
    2020-12-15T04:30:50.62+00:00

    paas : azure will provide ssl with serverless feature i.e app service

    iaas : you need to manage vm and its workload

    so you are responsible for setup this things

    my solution is :

    use certbot and letsencrypt

    https://community.letsencrypt.org/t/how-to-use-lets-encrypt-certificate-with-azure-virtual-machine/91252

    https://www.youtube.com/watch?v=d-FQ0JTfUxI

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.